1 | <?php |
||
15 | class HtmlIconMenu extends HtmlMenu{ |
||
16 | |||
17 | |||
18 | /** |
||
19 | * @param string $identifier |
||
20 | * @param array $items icons |
||
21 | */ |
||
22 | public function __construct( $identifier, $items=array()){ |
||
26 | |||
27 | |||
28 | /** |
||
29 | * {@inheritDoc} |
||
30 | * @see \Ajax\semantic\html\collections\HtmlMenu::createItem() |
||
31 | */ |
||
32 | protected function createItem($value) { |
||
38 | } |