]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3209 fixed spacing and added options for wire method
authorCash Costello <cash.costello@gmail.com>
Sat, 7 Jan 2012 16:38:00 +0000 (11:38 -0500)
committerCash Costello <cash.costello@gmail.com>
Sat, 7 Jan 2012 16:38:00 +0000 (11:38 -0500)
engine/classes/ElggRiverItem.php
mod/thewire/classes/ElggWire.php

index 8fef6bb9d631a28e55640aea55577ab45978536f..d3d09cd916a15b8b884955c55757c1e09c2502bb 100644 (file)
@@ -5,19 +5,18 @@
  * @package    Elgg.Core
  * @subpackage Core
  * 
- * @property int $id             The unique identifier (read-only)
- * @property int $subject_guid   The GUID of the actor
- * @property int $object_guid    The GUID of the object
- * @property int $annotation_id  The ID of the annotation involved in the action 
- * @property string $type        The type of one of the entities involved in the action
- * @property string $subtype     The subtype of one of the entities involved in the action
- * @property string $action_type The name of the action 
- * @property string $view        The view for displaying this river item
- * @property int    $access_id   The visibility of the river item
- * @property int    $posted      UNIX timestamp when the action occurred
+ * @property int    $id            The unique identifier (read-only)
+ * @property int    $subject_guid  The GUID of the actor
+ * @property int    $object_guid   The GUID of the object
+ * @property int    $annotation_id The ID of the annotation involved in the action
+ * @property string $type          The type of one of the entities involved in the action
+ * @property string $subtype       The subtype of one of the entities involved in the action
+ * @property string $action_type   The name of the action
+ * @property string $view          The view for displaying this river item
+ * @property int    $access_id     The visibility of the river item
+ * @property int    $posted        UNIX timestamp when the action occurred
  */
-class ElggRiverItem
-{
+class ElggRiverItem {
        public $id;
        public $subject_guid;
        public $object_guid;
index 5155a7f970b57b188644c9f3d43b8637e48c6c8f..9c92dd8f247f501a177900c703efef089c3a0be7 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * ElggWire Class
  * 
- * @property string $method      The method used to create the wire post
+ * @property string $method      The method used to create the wire post (site, sms, api)
  * @property bool   $reply       Whether this wire post was a reply to another post
  * @property int    $wire_thread The identifier of the thread for this wire post
  */