@@ -512,7 +512,7 @@ discard block |
||
512 | 512 | |
513 | 513 | /** |
514 | 514 | * Set sortable handle |
515 | - * @param string $handle |
|
515 | + * @param string $handler |
|
516 | 516 | */ |
517 | 517 | public function setSortableHandler($handler = 'sort!') |
518 | 518 | { |
@@ -1707,6 +1707,9 @@ discard block |
||
1707 | 1707 | } |
1708 | 1708 | |
1709 | 1709 | |
1710 | + /** |
|
1711 | + * @param string $name |
|
1712 | + */ |
|
1710 | 1713 | public function getRowCondition($name, $key = NULL) |
1711 | 1714 | { |
1712 | 1715 | if (!isset($this->row_conditions[$name])) { |