|
Elgg
Version 1.10
|
Go to the source code of this file.
Namespaces | |
| Elgg | |
| Save menu items. | |
Variables | |
| $annotation = $vars['annotation'] | |
| $poster = $annotation->getOwnerEntity() | |
| $poster_name = htmlspecialchars($poster->name, ENT_NOQUOTES, 'UTF-8') | |
| $pubdate = date('r', $annotation->getTimeCreated()) | |
| $permalink = $annotation->getURL() | |
| $title = elgg_echo('generic_comment:title', array($poster_name)) | |
| $creator = elgg_view('page/components/creator', array('entity' => $annotation)) | |
| $extensions = elgg_view('extensions/item', $vars) | |
| $item = | |
| $annotation = $vars['annotation'] |
Definition at line 9 of file generic_comment.php.
| $creator = elgg_view('page/components/creator', array('entity' => $annotation)) |
Definition at line 18 of file generic_comment.php.
Definition at line 19 of file generic_comment.php.
| $item = |
Definition at line 21 of file generic_comment.php.
| $permalink = $annotation->getURL() |
Definition at line 14 of file generic_comment.php.
| $poster = $annotation->getOwnerEntity() |
Definition at line 11 of file generic_comment.php.
| $poster_name = htmlspecialchars($poster->name, ENT_NOQUOTES, 'UTF-8') |
Definition at line 12 of file generic_comment.php.
| $pubdate = date('r', $annotation->getTimeCreated()) |
Definition at line 13 of file generic_comment.php.
Definition at line 16 of file generic_comment.php.