Elgg
Version 4.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
input
friendspicker.php
Go to the documentation of this file.
1
<?php
11
if
(!isset(
$vars
[
'name'
])) {
12
$vars
[
'name'
] =
'friend'
;
13
}
14
15
$vars
[
'only_friends'
] =
true
;
16
17
echo
elgg_view
(
'input/userpicker'
,
$vars
);
echo
elgg echo
Translates a string.
Definition:
deprecated.js:530
$vars
if(!isset($vars['name'])) $vars['only_friends']
Elgg friends picker.
Definition:
friendspicker.php:15
elgg_view
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.
Definition:
views.php:179
Generated on Thu Aug 11 2022 00:00:28 for Elgg by
1.8.11