Elgg  Version 2.3
Variables
content.php File Reference

Go to the source code of this file.

Variables

 $widget = elgg_extract('entity', $vars)
 Activity widget content view. More...
 
 $num_display = sanitize_int($widget->num_display, false)
 
if(!$num_display) $options
 
if(!$num_display) if(elgg_in_context('dashboard')) else
 

Variable Documentation

$num_display = sanitize_int($widget->num_display, false)

Definition at line 8 of file content.php.

if (!$num_display) $options
Initial value:
= [
'limit' => $num_display
$num_display
Definition: content.php:7

Definition at line 14 of file content.php.

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

Activity widget content view.

Definition at line 6 of file content.php.

if (!$num_display) if (elgg_in_context('dashboard')) else
Initial value:
{
$options['subject_guid'] = $widget->getOwnerGUID()
if(elgg_in_context('default_widgets')) $widget
Definition: content.php:8
if(!$num_display) $options
Definition: content.php:14

Definition at line 25 of file content.php.