From: Michael Date: Wed, 20 Dec 2017 10:34:42 +0000 (+0000) Subject: Added documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cdce9b48ab2fcb5f8683b2aa0b860cc264a77a9f;p=friendica.git Added documentation --- diff --git a/src/Object/Thread.php b/src/Object/Thread.php index 2f92d993a7..2872fe4a02 100644 --- a/src/Object/Thread.php +++ b/src/Object/Thread.php @@ -27,7 +27,8 @@ class Thread extends BaseObject * Constructor * * @param string $mode The mode - * @param boolean $preview boolean value + * @param boolean $preview Are we in the preview mode? + * @param boolean $writable Override the writable check */ public function __construct($mode, $preview, $writable = false) { @@ -39,6 +40,7 @@ class Thread extends BaseObject * Set the mode we'll be displayed on * * @param string $mode The mode to set + * @param boolean $writable Override the writable check * * @return void */