API15:JAuthorization
From Joomla! Documentation
Defined in
libraries/joomla/user/authorization.php
Methods
| Method name | Description |
|---|---|
| JAuthorization | Constructor |
| addACL | This is a temporary function to allow 3PD's to add basic ACL checks for their modules and components. NOTE: this information will be compiled in the db in future versions |
| getCheckMode | Gets the chec mode int |
| setCheckMode | Sets the check mode. |
| acl_check | Wraps the actual acl_query() function. |
| get_group_name | Gets the 'name' of a group |
| getAroGroup | |
| get_group_children_tree | |
| is_group_child_of | |
| get_group_parents |
Importing
jimport( 'joomla.user.authorization' );
Examples
Code Examples