Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('item', $vars) | |
Render the last login timestamp. More... | |
if(!$entity instanceof\ElggUser) | $value = (int) $entity->last_login |
if(empty($value)) | $format = elgg_extract('format', $vars, DATE_RFC2822) |
if ($format=== 'friendly') | |
$entity = elgg_extract('item', $vars) |
Render the last login timestamp.
$vars['item'] The item being rendered $vars['item_vars'] Vars received from the page/components/table view $vars['type'] The item type or "" $vars['format'] Date format. Use "friendly" for output/friendlytime view.
Definition at line 11 of file last_login.php.
if (empty($value)) $format = elgg_extract('format', $vars, DATE_RFC2822) |
Definition at line 22 of file last_login.php.
Definition at line 16 of file last_login.php.
if($format=== 'friendly') |
Definition at line 24 of file last_login.php.