Elgg  Version 1.11
Variables
profileupdate.php File Reference

Go to the source code of this file.

Variables

 $item = $vars['item']
 Update profile river view. More...
 
 $subject = $item->getSubjectEntity()
 
 $subject_link
 
 $string = elgg_echo('river:update:user:profile', array($subject_link))
 

Variable Documentation

$item = $vars['item']

Update profile river view.

Definition at line 6 of file profileupdate.php.

$string = elgg_echo('river:update:user:profile', array($subject_link))

Definition at line 18 of file profileupdate.php.

$subject = $item->getSubjectEntity()

Definition at line 9 of file profileupdate.php.

$subject_link
Initial value:
= elgg_view('output/url', array(
'href' => $subject->getURL(),
'text' => $subject->name,
'class' => 'elgg-river-subject',
'is_trusted' => true,
))
$subject
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
Definition: views.php:354

Definition at line 11 of file profileupdate.php.