Elgg  Version 2.3
Variables
content.php File Reference

Go to the source code of this file.

Variables

 $widget = elgg_extract('entity', $vars)
 Friend widget display view. More...
 
 $owner = $widget->getOwnerEntity()
 
if(!($owner instanceof \ElggUser)) $num_display = sanitize_int($widget->num_display, false)
 
 if (! $num_display)
 

Variable Documentation

◆ $num_display

if (!( $owner instanceof \ElggUser)) $num_display = sanitize_int($widget->num_display, false)

Definition at line 13 of file content.php.

◆ $owner

$owner = $widget->getOwnerEntity()

Definition at line 8 of file content.php.

◆ $widget

$widget = elgg_extract('entity', $vars)

Friend widget display view.

Definition at line 6 of file content.php.

◆ if

if(! $num_display) ( $num_display)

Definition at line 15 of file content.php.