Elgg
Version 3.0
|
Go to the source code of this file.
Variables | |
$limit = (int) elgg_extract('limit', $vars, elgg_get_config('default_limit')) | |
$query = elgg_extract('term', $vars, elgg_extract('q', $vars)) | |
$input_name = elgg_extract('name', $vars) | |
$options | |
$target_guid = (int) elgg_extract('match_target', $vars) | |
if($target_guid) | else |
if(!$target||!$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||!$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 48 of file groups.php.
$input_name = elgg_extract('name', $vars) |
Definition at line 9 of file groups.php.
$limit = (int) elgg_extract('limit', $vars, elgg_get_config('default_limit')) |
Definition at line 7 of file groups.php.
$options |
Definition at line 11 of file groups.php.
$query = elgg_extract('term', $vars, elgg_extract('q', $vars)) |
Definition at line 8 of file groups.php.
$target_guid = (int) elgg_extract('match_target', $vars) |
Definition at line 22 of file groups.php.
if ($target_guid) else |
Definition at line 25 of file groups.php.