API15:JAuthorization
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JAuthorization}}
===Define...) |
|||
| Line 43: | Line 43: | ||
| | | | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.user.authorization' );</source> | <source lang="php">jimport( 'joomla.user.authorization' );</source> | ||
Latest revision as of 12:40, 25 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JAuthorization
Contents |
[edit] Defined in
libraries/joomla/user/authorization.php
[edit] 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 |
[edit] Importing
jimport( 'joomla.user.authorization' );
[Edit See Also] SeeAlso:JAuthorization
[edit] Examples
<CodeExamplesForm />
