API17:JAccess::getAuthorisedViewLevels
From Joomla! Documentation
JAccess::getAuthorisedViewLevels
Description
Method to return a list of view levels for which the user is authorised.
public static function getAuthorisedViewLevels ($userId)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $userId | integer | Id of the user for which to get the list of authorised view levels. |
- Returns array List of view levels for which the user is authorised.
- Defined on line 300 of libraries/joomla/access/access.php
- Since

- Referenced by
See also
JAccess::getAuthorisedViewLevels source code on BitBucket
Class JAccess
Subpackage Access- Other versions of JAccess::getAuthorisedViewLevels
User contributed notes
Code Examples