JAuthorization/1.5
From Joomla! Documentation
< JAuthorization(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 70: | Line 70: | ||
<source lang="php">jimport( 'joomla.user.authorization' );</source> | <source lang="php">jimport( 'joomla.user.authorization' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JAuthorization''' on [http://api.joomla.org/Joomla-Framework/User/JAuthorization.html api.joomla.org] | + | * {{JVer|1.5}} '''JAuthorization''' on [http://api.joomla.org/1.5/Joomla-Framework/User/JAuthorization.html api.joomla.org] |
* {{JVer|1.5}} '''JAuthorization source code''' on [[jframework15:user/authorization.php|JoomlaCode]] | * {{JVer|1.5}} '''JAuthorization source code''' on [[jframework15:user/authorization.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage User/1.5|User]] | * {{JVer|1.5}} Subpackage [[Subpackage User/1.5|User]] | ||
Latest revision as of 13:04, 13 February 2013
[edit]
JAuthorization
[edit] Description
Description:JAuthorization [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.user.authorization' );
[edit] See also
-
JAuthorization on api.joomla.org
-
JAuthorization source code on JoomlaCode
-
Subpackage User
- Other versions of JAuthorization
SeeAlso:JAuthorization [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />