API16:JAccess

From Joomla! Documentation

Jump to: navigation, search

[Edit Descripton] Description:JAccess

Contents

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] SeeAlso:JAccess

Examples


Personal tools