XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
Images | |
Variables | |
if(empty($target)) | $groups = $xoops->getUserGroups() |
$helper = Images::getInstance() | |
$imgcat_id = Request::getInt('imgcat_id', 0) | |
$op = Request::getCmd('op', 'list') | |
$start = Request::getInt('start', 0) | |
$target = Request::getWord('target', '') | |
$xoops = Xoops::getInstance() | |
$xoopsTpl = new XoopsTpl() | |
if (empty($target)) $groups = $xoops->getUserGroups() |
Definition at line 40 of file imagemanager.php.
$helper = Images::getInstance() |
Definition at line 27 of file imagemanager.php.
$imgcat_id = Request::getInt('imgcat_id', 0) |
Definition at line 33 of file imagemanager.php.
$op = Request::getCmd('op', 'list') |
Definition at line 31 of file imagemanager.php.
$start = Request::getInt('start', 0) |
Definition at line 34 of file imagemanager.php.
$target = Request::getWord('target', '') |
Definition at line 32 of file imagemanager.php.
Referenced by ImagesCategory_imagemanagerForm\__construct(), ImagesImage_imagemanagerForm\__construct(), XoopsTheme\addScriptAssets(), XoopsTheme\addStylesheetAssets(), and Xoops\Core\Assets\getUrlToAssets().
$xoops = Xoops::getInstance() |
Definition at line 26 of file imagemanager.php.
$xoopsTpl = new XoopsTpl() |
Definition at line 43 of file imagemanager.php.