![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de XoopsGroupPermForm:
Graphe de collaboration de XoopsGroupPermForm:Fonctions membres publiques | |
| __construct ($title, $modid, $permname, $permdesc, $url='', $anonymous=true) | |
| addItem ($itemId, $itemName, $itemParent=0) | |
| _loadAllChildItemIds ($itemId, &$childIds) | |
| render () | |
Fonctions membres publiques hérités de XoopsForm | |
| XoopsForm () | |
| getObjectID ($object, $hashinfo='sha1') | |
| getArrayID ($value, $key, $ret, $hashinfo='sha1') | |
| getSummary ($encode=false) | |
| getTitle ($encode=false) | |
| getName ($encode=true) | |
| getAction ($encode=true) | |
| getMethod () | |
| addElement ($formElement, $required=false) | |
| & | getElements ($recurse=false) |
| getElementNames () | |
| & | getElementByName ($name) |
| setElementValue ($name, $value) | |
| setElementValues ($values) | |
| getElementValue ($name, $encode=false) | |
| getElementValues ($encode=false) | |
| setClass ($class) | |
| setExtra ($extra) | |
| setSummary ($summary) | |
| & | getClass () |
| & | getExtra () |
| setRequired (XoopsFormElement $formElement) | |
| & | getRequired () |
| insertBreak ($extra=null) | |
| display () | |
| renderValidationJS ($withtags=true) | |
| assign (XoopsTpl $tpl) | |
Champs de données | |
| $_modid | |
| $_itemTree = array() | |
| $_permName | |
| $_permDesc | |
| $_showAnonymous | |
Champs de données hérités de XoopsForm | |
| $_action | |
| $_method | |
| $_name | |
| $_title | |
| $_summary = '' | |
| $_elements = array() | |
| $_class = array() | |
| $_extra = array() | |
| $_required = array() | |
| $_objid = 'da39a3ee5e6b4b0d3255bfef95601890afd80709' | |
Renders a form for setting module specific group permissions
| __construct | ( | $title, | |
| $modid, | |||
| $permname, | |||
| $permdesc, | |||
$url = '', |
|||
$anonymous = true |
|||
| ) |
Constructor
| $title | ||
| $modid | ||
| $permname | ||
| $permdesc | ||
| string | $url | |
| bool | $anonymous |
Réimplémentée à partir de XoopsForm.
Voici le graphe d'appel pour cette fonction :| _loadAllChildItemIds | ( | $itemId, | |
| & | $childIds | ||
| ) |
Loads all child ids for an item to be used in javascript
| int | $itemId | |
| array | $childIds | @access private |
Voici le graphe des appelants de cette fonction :| addItem | ( | $itemId, | |
| $itemName, | |||
$itemParent = 0 |
|||
| ) |
Adds an item to which permission will be assigned
| string | $itemName | |
| int | $itemId | |
| int | $itemParent | @access public |
| render | ( | ) |
Renders the form
Réimplémentée à partir de XoopsForm.
Voici le graphe d'appel pour cette fonction :| $_itemTree = array() |
| $_permDesc |
| $_permName |
| $_showAnonymous |