Elgg  Version master
Variables
objects.php File Reference

Go to the source code of this file.

Variables

 $subtype = elgg_extract('subtype', $vars)
 
if(empty($subtype)) $options
 
if(empty($subtype)) $body = elgg_list_entities($options, 'elgg_search')
 

Variable Documentation

if (empty($subtype)) $body = elgg_list_entities($options, 'elgg_search')

Definition at line 26 of file objects.php.

if (empty($subtype)) $options
Initial value:
= [
'query' => elgg_extract('term', $vars)
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:254
$vars
Definition: theme.php:5

Definition at line 11 of file objects.php.

$subtype = elgg_extract('subtype', $vars)

Definition at line 5 of file objects.php.