|
Elgg
Version 6.3
|
Go to the source code of this file.
Variables | |
| $entity = elgg_extract('item', $vars) | |
| Render the last action timestamp. More... | |
| if(! $entity instanceof \ElggEntity) | $format = elgg_extract('format', $vars, DATE_RFC2822) |
| if ( $format==='friendly') | |
| $entity = elgg_extract('item', $vars) |
Render the last action timestamp.
@uses $vars['item'] The item being rendered @uses $vars['item_vars'] Vars received from the page/components/table view @uses $vars['type'] The item type or "" @uses $vars['format'] Date format. Use "friendly" for output/friendlytime view.
Definition at line 11 of file last_action.php.
| if (! $entity instanceof \ElggEntity) $format = elgg_extract('format', $vars, DATE_RFC2822) |
Definition at line 16 of file last_action.php.
| if($format==='friendly') | ( | $format = == 'friendly' | ) |
Definition at line 18 of file last_action.php.