[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 <?php 2 3 namespace dokuwiki\Menu\Item; 4 5 /** 6 * Class Media 7 * 8 * Opens the media manager 9 */ 10 class Media extends AbstractItem { 11 12 /** @inheritdoc */ 13 public function __construct() { 14 global $ID; 15 parent::__construct(); 16 17 $this->svg = DOKU_INC . 'lib/images/menu/folder-multiple-image.svg'; 18 $this->params['ns'] = getNS($ID); 19 } 20 21 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body