JAuthorization/1.5
From Joomla! Documentation
JAuthorization
Description
Description:JAuthorization [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _getBelow | |
| public | _getGroup | |
| public | _mos_add_acl | Deprecated, use JAuthorisation::addACL() instead. |
| public | acl_check | Wraps the actual acl_query() function. |
| public | addACL | This is a temporary function to allow 3PD's to add basic ACL checks for their modules and components. |
| public | get_group_children_tree | |
| public | get_group_name | Gets the 'name' of a group. |
| public | get_group_parents | |
| public | getAroGroup | |
| public | getCheckMode | Gets the chec mode. |
| public | is_group_child_of | |
| public | JAuthorization | Constructor. |
| public | setCheckMode | Sets the check mode. |
- Defined in libraries/joomla/user/authorization.php
Importing
jimport( 'joomla.user.authorization' );
See also
-
JAuthorization on api.joomla.org
-
JAuthorization source code on JoomlaCode
-
Subpackage User
- Other versions of JAuthorization
SeeAlso:JAuthorization [Edit See Also]
User contributed notes
<CodeExamplesForm />