diff options
Diffstat (limited to 'mod/thewire/classes')
| -rw-r--r-- | mod/thewire/classes/ElggWire.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mod/thewire/classes/ElggWire.php b/mod/thewire/classes/ElggWire.php index d864cc259..9c92dd8f2 100644 --- a/mod/thewire/classes/ElggWire.php +++ b/mod/thewire/classes/ElggWire.php @@ -1,11 +1,17 @@ <?php /** * ElggWire Class + * + * @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 */ class ElggWire extends ElggObject { /** - * Set subtype to thewire. + * Set subtype to thewire + * + * @return void */ protected function initializeAttributes() { parent::initializeAttributes(); |
