@@ -9,6 +9,9 @@ |
||
9 | 9 | { |
10 | 10 | private $grids; |
11 | 11 | |
12 | + /** |
|
13 | + * @param string $name |
|
14 | + */ |
|
12 | 15 | public function __construct($name, array $grids) |
13 | 16 | { |
14 | 17 | parent::__construct($name); |
@@ -33,6 +33,9 @@ |
||
33 | 33 | $this->variant = $options['variant']; |
34 | 34 | } |
35 | 35 | |
36 | + /** |
|
37 | + * @return integer |
|
38 | + */ |
|
36 | 39 | public function getCurrentPage() |
37 | 40 | { |
38 | 41 | return $this->currentPage; |