Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$full_view = elgg_extract('full_view', $vars, true) | |
Elgg comment view. More... | |
$comment = elgg_extract('entity', $vars) | |
if(!$comment instanceof\ElggComment) | $entity = $comment->getContainerEntity() |
$commenter = $comment->getOwnerEntity() | |
if(!$entity instanceof\ElggEntity||!$commenter instanceof\ElggEntity) if($comment->canEdit()) | $params |
if($comment->isCreatedByContentOwner()) if($full_view) | else |
$comment = elgg_extract('entity', $vars) |
Definition at line 11 of file comment.php.
$commenter = $comment->getOwnerEntity() |
Definition at line 17 of file comment.php.
if (!$comment instanceof\ElggComment) $entity = $comment->getContainerEntity() |
Definition at line 16 of file comment.php.
$full_view = elgg_extract('full_view', $vars, true) |
Elgg comment view.
$vars['entity'] ElggComment $vars['full_view'] Display full view or brief view
Definition at line 9 of file comment.php.
if (!$entity instanceof\ElggEntity||!$commenter instanceof\ElggEntity) if ($comment->canEdit()) $params |
Definition at line 26 of file comment.php.
Definition at line 69 of file comment.php.