Elgg  Version 2.3
Variables
access.php File Reference

Go to the source code of this file.

Variables

 $access_class = 'elgg-access'
 Displays HTML with human readable representation of an access level. More...
 
if(isset($vars['entity'])&&elgg_instanceof($vars['entity'])) else if(isset($vars['value'])) if(!isset($access_id)) $access_id_string = get_readable_access_level($access_id)
 

Variable Documentation

$access_class = 'elgg-access'

Displays HTML with human readable representation of an access level.

ElggEntity $vars['entity'] Optional. The entity whose access ID to display. If provided, additional logic is used to determine CSS classes int $vars['value'] Optional. Access ID to display.

Definition at line 9 of file access.php.

if (isset($vars['entity'])&&elgg_instanceof($vars['entity'])) else if (isset($vars['value'])) if (!isset($access_id)) $access_id_string = get_readable_access_level($access_id)

Definition at line 45 of file access.php.