Elgg
Version 3.0
|
Go to the source code of this file.
Variables | |
$item = elgg_extract('item', $vars) | |
Post comment river view. More... | |
if(!$item instanceof ElggRiverItem) | $comment = $item->getObjectEntity() |
if(!$comment instanceof ElggComment) | $subject = $item->getSubjectEntity() |
$target = $item->getTargetEntity() | |
if(!$subject instanceof ElggEntity||!$target instanceof ElggEntity) | $subject_link |
$target_link | |
$type = $target->getType() | |
$subtype = $target->getSubtype() ? $target->getSubtype() : 'default' | |
$key = false | |
$keys | |
foreach($keys as $try_key) if($key===false) if($key!==false) | $message = elgg_get_excerpt($comment->description) |
if(substr($message,-3)=== '...') | $vars ['message'] = $message |
if (!$item instanceof ElggRiverItem) $comment = $item->getObjectEntity() |
Definition at line 11 of file create.php.
$item = elgg_extract('item', $vars) |
Post comment river view.
Definition at line 6 of file create.php.
$key = false |
Definition at line 40 of file create.php.
$keys |
Definition at line 41 of file create.php.
foreach ($keys as $try_key) if ($key===false) if ($key!==false) $message = elgg_get_excerpt($comment->description) |
Definition at line 73 of file create.php.
if (!$comment instanceof ElggComment) $subject = $item->getSubjectEntity() |
Definition at line 16 of file create.php.
if (!$subject instanceof ElggEntity||!$target instanceof ElggEntity) $subject_link |
Definition at line 23 of file create.php.
$subtype = $target->getSubtype() ? $target->getSubtype() : 'default' |
Definition at line 38 of file create.php.
$target = $item->getTargetEntity() |
Definition at line 17 of file create.php.
$target_link |
Definition at line 30 of file create.php.
$type = $target->getType() |
Definition at line 37 of file create.php.