JUser::getAuthorisedCategories
Method to return a list of all categories that a user has permission for a given action
Signature
public function getAuthorisedCategories(string
$component,
string
$action )
Parameters
-
$component
- The component from which to retrieve the categories
-
$action
- The name of the section within the component from which to retrieve the actions.
Returns
- array
- List of categories that this group can do this action to (empty array if none). Categories must be published.
Tasks
Line |
Task |
381 |
Modify the way permissions are stored in the db to allow for faster implementation and better scaling |