API16

API16:JAccess

From Joomla! Documentation

Revision as of 22:34, 22 March 2010 by Doxiki (talk | contribs) (New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JAccess}} ===Defined in=== libra...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JAccess

Defined in

libraries/joomla/access/access.php

Methods

Method name Description
check Method to check if a user is authorised to perform an action, optionally on an asset.
getAssetRules Method to return the JRules object for an asset. The returned object can optionally hold only the rules explicitly set for the asset or the summation of all inherited rules from parent assets and explicit rules.
getGroupsByUser Method to return a list of user groups mapped to a user. The returned list can optionally hold only the groups explicitly mapped to the user or all groups both explicitly mapped and inherited by the user.
getAuthorisedViewLevels Method to return a list of view levels for which the user is authorised.
getActions Method to return a list of actions for which permissions can be set given a component and section.
getUsersByGroup Method to return a list of user Ids contained in a Group

Importing

jimport( 'joomla.access.access' );

[Edit See Also] Template:SeeAlso:JAccess

Examples

<CodeExamplesForm />