[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 <?php 2 3 namespace dokuwiki\Menu; 4 5 /** 6 * Class UserMenu 7 * 8 * Actions related to the current user 9 */ 10 class UserMenu extends AbstractMenu { 11 12 protected $view = 'user'; 13 14 protected $types = array( 15 'Profile', 16 'Admin', 17 'Register', 18 'Login', 19 ); 20 21 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body