API17

API17:JAccess::getAuthorisedViewLevels

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples