@@ -1503,7 +1503,7 @@ discard block |
||
1503 | 1503 | |
1504 | 1504 | /** |
1505 | 1505 | * Set options of select "items_per_page" |
1506 | - * @param array $items_per_page_list |
|
1506 | + * @param integer[] $items_per_page_list |
|
1507 | 1507 | */ |
1508 | 1508 | public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE) |
1509 | 1509 | { |
@@ -1879,6 +1879,9 @@ discard block |
||
1879 | 1879 | } |
1880 | 1880 | |
1881 | 1881 | |
1882 | + /** |
|
1883 | + * @param string $name |
|
1884 | + */ |
|
1882 | 1885 | public function getRowCondition($name, $key = NULL) |
1883 | 1886 | { |
1884 | 1887 | if (!isset($this->row_conditions[$name])) { |
@@ -1912,7 +1915,6 @@ discard block |
||
1912 | 1915 | |
1913 | 1916 | /** |
1914 | 1917 | * Order Grid to set columns hideable. |
1915 | - * @param bool $do |
|
1916 | 1918 | * @return static |
1917 | 1919 | */ |
1918 | 1920 | public function setColumnsHideable() |