|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | profile |
Variables | |
| $fields = $profile_handler->loadFields() | |
| $form = new XoopsGroupPermForm($title_of_form, $module_id, $perm_name, $perm_desc, 'admin/permissions.php', $anonymous) | |
| $indexAdmin = new ModuleAdmin() | |
| $module_id = $GLOBALS['xoopsModule']->getVar('mid') | |
| $op = isset($_REQUEST['op']) ? $_REQUEST['op'] : "edit" | |
| $op_select = new XoopsFormSelect("", 'op', $op) | |
| $opform = new XoopsSimpleForm('', 'opform', 'permissions.php', "get") | |
| $perm_desc = "" | |
| if($op=="access") | else |
| switch ($op) | |
| $fields = $profile_handler->loadFields() |
Definition at line 83 of file permissions.php.
Referenced by ProfileProfile\__construct(), XoopsAuthProvisionning\add(), XoopsAuthProvisionning\change(), BloggerApi\editPost(), MetaWeblogApi\editPost(), XoopsApi\editPost(), XoopsPersistableObjectHandler\get(), XoopsModelRead\getAll(), XoopsPersistableObjectHandler\getAll(), XoopsModelRead\getByLimit(), XoopsPersistableObjectHandler\getByLimit(), XoopsModelJoint\getByLink(), XoopsPersistableObjectHandler\getByLink(), ProfileProfile\init(), ProfileFieldHandler\loadFields(), XoopsApi\newPost(), MetaWeblogApi\newPost(), BloggerApi\newPost(), profile_getRegisterForm(), profile_getUserForm(), ProfileProfile\ProfileProfile(), and xoops_module_update_profile().
| $form = new XoopsGroupPermForm($title_of_form, $module_id, $perm_name, $perm_desc, 'admin/permissions.php', $anonymous) |
Definition at line 70 of file permissions.php.
| $indexAdmin = new ModuleAdmin() |
Definition at line 22 of file permissions.php.
| $module_id = $GLOBALS['xoopsModule']->getVar('mid') |
Definition at line 68 of file permissions.php.
| $op = isset($_REQUEST['op']) ? $_REQUEST['op'] : "edit" |
Definition at line 25 of file permissions.php.
| $op_select = new XoopsFormSelect("", 'op', $op) |
Definition at line 59 of file permissions.php.
| $opform = new XoopsSimpleForm('', 'opform', 'permissions.php', "get") |
Definition at line 58 of file permissions.php.
| $perm_desc = "" |
Definition at line 27 of file permissions.php.
| if ($op!="search") else |
Definition at line 81 of file permissions.php.
| switch($op) |
Definition at line 28 of file permissions.php.