JUser::getAuthorisedCategories/1.6
From Joomla! Documentation
JUser::getAuthorisedCategories
Description
Method to return a list of all categories that a user has permission for a given action.
Description:JUser::getAuthorisedCategories [Edit Descripton]
public function getAuthorisedCategories ( $component $action )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $component | string | The component from which to retrieve the categories | |
| $action | string | 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.
- Defined on line 326 of libraries/joomla/user/user.php
- Since

See also
JUser source code on JoomlaCode
Class JUser
Subpackage User- Other versions of JUser::getAuthorisedCategories
SeeAlso:JUser::getAuthorisedCategories [Edit See Also]