|
Elgg
Version 1.11
|
Go to the source code of this file.
Variables | |
| $item = $vars['item'] | |
| Short summary of the action that occurred. More... | |
| $subject = $item->getSubjectEntity() | |
| $object = $item->getObjectEntity() | |
| $subject_link | |
| $object_text = $object->title ? $object->title : $object->name | |
| $object_link | |
| $action = $item->action_type | |
| $type = $item->type | |
| $subtype = $item->subtype ? $item->subtype : 'default' | |
| $key = "river:$action:$type:$subtype" | |
| $summary = elgg_echo($key, array($subject_link, $object_link)) | |
| if ( $summary==$key) | |
Definition at line 28 of file summary.php.
Short summary of the action that occurred.
@vars['item'] ElggRiverItem
Definition at line 8 of file summary.php.
| $key = "river:$action:$type:$subtype" |
Definition at line 34 of file summary.php.
| $object = $item->getObjectEntity() |
Definition at line 11 of file summary.php.
| $object_link |
Definition at line 21 of file summary.php.
Definition at line 20 of file summary.php.
| $subject = $item->getSubjectEntity() |
Definition at line 10 of file summary.php.
| $subject_link |
Definition at line 13 of file summary.php.
Definition at line 30 of file summary.php.
| $summary = elgg_echo($key, array($subject_link, $object_link)) |
Definition at line 35 of file summary.php.
Definition at line 29 of file summary.php.
| if($summary==$key) | ( | $summary = = $key | ) |
Definition at line 37 of file summary.php.