@@ -232,7 +232,7 @@ |
||
| 232 | 232 | * Rendering table |
| 233 | 233 | * |
| 234 | 234 | * @param string $type (html | dataTableAjaxInit | dataTableJson) |
| 235 | - * @param null $template |
|
| 235 | + * @param string $template |
|
| 236 | 236 | * @throws Exception\InvalidArgumentException |
| 237 | 237 | * @return string |
| 238 | 238 | */ |
@@ -506,6 +506,9 @@ |
||
| 506 | 506 | } |
| 507 | 507 | |
| 508 | 508 | |
| 509 | + /** |
|
| 510 | + * @param string $html |
|
| 511 | + */ |
|
| 509 | 512 | public function htmlResponse($html) |
| 510 | 513 | { |
| 511 | 514 | $response = $this->getResponse(); |
@@ -306,7 +306,7 @@ |
||
| 306 | 306 | /** |
| 307 | 307 | * Set reference to table |
| 308 | 308 | * |
| 309 | - * @param $table |
|
| 309 | + * @param AbstractTable $table |
|
| 310 | 310 | * @return void|\ZfTable\AbstractCommon |
| 311 | 311 | */ |
| 312 | 312 | public function setTable($table) |
@@ -63,6 +63,9 @@ |
||
| 63 | 63 | const DEFAULT_ITEM_COUNT_PER_PAGE = 2; |
| 64 | 64 | |
| 65 | 65 | |
| 66 | + /** |
|
| 67 | + * @param \Zend\Stdlib\Parameters $object |
|
| 68 | + */ |
|
| 66 | 69 | public function __construct($object) |
| 67 | 70 | { |
| 68 | 71 | if ($object instanceof \ArrayObject) { |