Elgg
Version 1.9
|
Go to the source code of this file.
Variables | |
$item = $vars['item'] | |
Post comment river view. More... | |
$comment = $item->getObjectEntity() | |
$subject = $item->getSubjectEntity() | |
$target = $item->getTargetEntity() | |
$subject_link | |
$target_link | |
$type = $target->getType() | |
$subtype = $target->getSubtype() ? $target->getSubtype() : 'default' | |
$key = "river:comment:$type:$subtype" | |
$summary = elgg_echo($key, array($subject_link, $target_link)) | |
if ($summary==$key) | |
$comment = $item->getObjectEntity() |
Definition at line 8 of file create.php.
Post comment river view.
Definition at line 6 of file create.php.
$key = "river:comment:$type:$subtype" |
Definition at line 28 of file create.php.
$subject = $item->getSubjectEntity() |
Definition at line 9 of file create.php.
$subject_link |
Definition at line 12 of file create.php.
$subtype = $target->getSubtype() ? $target->getSubtype() : 'default' |
Definition at line 27 of file create.php.
$summary = elgg_echo($key, array($subject_link, $target_link)) |
Definition at line 29 of file create.php.
$target = $item->getTargetEntity() |
Definition at line 10 of file create.php.
$target_link |
Definition at line 19 of file create.php.
$type = $target->getType() |
Definition at line 26 of file create.php.
if($summary==$key) |
Definition at line 30 of file create.php.