Class XoopsGroupPermForm
Renders a form for setting module specific group permissions
- XoopsForm
- XoopsGroupPermForm
Package: kernel\form
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Located at lass/xoopsform/grouppermform.php
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Located at lass/xoopsform/grouppermform.php
public
|
#
__construct( $title, $modid, $permname, $permdesc, string $url = '', boolean $anonymous = true )
Constructor |
public
|
|
public
|
#
_loadAllChildItemIds( integer $itemId, array & $childIds )
Loads all child ids for an item to be used in javascript |
public
string
|
public
integer
|
$_modid
Module ID |
|
public
array
|
$_itemTree
Tree structure of items |
#
array()
|
public
string
|
$_permName
Name of permission |
|
public
string
|
$_permDesc
Description of permission |
|
public
boolean
|
$_showAnonymous
Whether to include anonymous users |
$_action,
$_elements,
$_extra,
$_method,
$_name,
$_objid,
$_required,
$_summary,
$_title
|