| 1 | <?php |
||
| 10 | class HtmlPaginationMenu extends HtmlMenu{ |
||
| 11 | private $_page; |
||
| 12 | public function __construct( $identifier, $items=array() ){ |
||
| 15 | /** |
||
| 16 | * {@inheritDoc} |
||
| 17 | * @see \Ajax\common\html\BaseHtml::compile() |
||
| 18 | */ |
||
| 19 | public function compile(JsUtils $js=NULL,&$view=NULL){ |
||
| 25 | |||
| 26 | public function setActiveItem($index) { |
||
| 31 | |||
| 32 | public function getPage() { |
||
| 35 | |||
| 36 | } |