|
Elgg
Version 1.11
|
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 9 of file create.php.
Post comment river view.
Definition at line 6 of file create.php.
| $key = "river:comment:$type:$subtype" |
Definition at line 29 of file create.php.
| $subject = $item->getSubjectEntity() |
Definition at line 10 of file create.php.
| $subject_link |
Definition at line 13 of file create.php.
| $subtype = $target->getSubtype() ? $target->getSubtype() : 'default' |
Definition at line 28 of file create.php.
| $summary = elgg_echo($key, array($subject_link, $target_link)) |
Definition at line 30 of file create.php.
| $target = $item->getTargetEntity() |
Definition at line 11 of file create.php.
| $target_link |
Definition at line 20 of file create.php.
| $type = $target->getType() |
Definition at line 27 of file create.php.
| if($summary==$key) | ( | $summary = = $key | ) |
Definition at line 31 of file create.php.