XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
Menus | |
Variables | |
$admin_page = new \Xoops\Module\Admin() | |
$helper = Menus::getInstance() | |
$id = Request::getInt('id', 0) | |
$limit = Request::getInt('limit', 15) | |
$op =Request::getCmd('op', 'list') | |
$start = Request::getInt('start', 0) | |
$xoops = Xoops::getInstance() | |
$admin_page = new \Xoops\Module\Admin() |
Definition at line 30 of file admin_menus.php.
$helper = Menus::getInstance() |
Definition at line 26 of file admin_menus.php.
$id = Request::getInt('id', 0) |
Definition at line 36 of file admin_menus.php.
$limit = Request::getInt('limit', 15) |
Definition at line 37 of file admin_menus.php.
$op =Request::getCmd('op', 'list') |
Definition at line 35 of file admin_menus.php.
$start = Request::getInt('start', 0) |
Definition at line 38 of file admin_menus.php.
$xoops = Xoops::getInstance() |
Definition at line 25 of file admin_menus.php.