Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$options | |
$target_guid = (int) elgg_extract('match_target', $vars) | |
if($target_guid) | else |
if(!$target instanceof\ElggEntity||!$target->canEdit()) if(elgg_extract('match_owner', $vars, false)) if(elgg_extract('match_membership', $vars, false)) | $body = elgg_list_entities($options, 'elgg_search') |
if (!$target instanceof\ElggEntity||!$target->canEdit()) if (elgg_extract('match_owner', $vars, false)) if (elgg_extract('match_membership', $vars, false)) $body = elgg_list_entities($options, 'elgg_search') |
Definition at line 41 of file groups.php.
$options |
Definition at line 7 of file groups.php.
$target_guid = (int) elgg_extract('match_target', $vars) |
Definition at line 21 of file groups.php.
if ($target_guid) else |
Definition at line 24 of file groups.php.