| 1 | <?php |
||
| 15 | class HtmlLabeledIconMenu 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 | * {@inheritDoc} |
||
| 29 | * @see \Ajax\semantic\html\collections\HtmlMenu::createItem() |
||
| 30 | */ |
||
| 31 | protected function createItem($value) { |
||
| 44 | } |