@@ -462,7 +462,7 @@ discard block |
||
462 | 462 | |
463 | 463 | /** |
464 | 464 | * Set sortable handle |
465 | - * @param string $handle |
|
465 | + * @param string $handler |
|
466 | 466 | */ |
467 | 467 | public function setSortableHandler($handler = 'sort!') |
468 | 468 | { |
@@ -1438,7 +1438,7 @@ discard block |
||
1438 | 1438 | |
1439 | 1439 | /** |
1440 | 1440 | * Set options of select "items_per_page" |
1441 | - * @param array $items_per_page_list |
|
1441 | + * @param integer[] $items_per_page_list |
|
1442 | 1442 | */ |
1443 | 1443 | public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE) |
1444 | 1444 | { |
@@ -1814,6 +1814,9 @@ discard block |
||
1814 | 1814 | } |
1815 | 1815 | |
1816 | 1816 | |
1817 | + /** |
|
1818 | + * @param string $name |
|
1819 | + */ |
|
1817 | 1820 | public function getRowCondition($name, $key = NULL) |
1818 | 1821 | { |
1819 | 1822 | if (!isset($this->row_conditions[$name])) { |
@@ -1847,7 +1850,6 @@ discard block |
||
1847 | 1850 | |
1848 | 1851 | /** |
1849 | 1852 | * Order Grid to set columns hideable. |
1850 | - * @param bool $do |
|
1851 | 1853 | * @return static |
1852 | 1854 | */ |
1853 | 1855 | public function setColumnsHideable() |