From: Michael Date: Mon, 11 Sep 2017 22:15:16 +0000 (+0000) Subject: Added documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=519a8807f1bac539b9efa433550e3a6c1d0d6a97;p=friendica.git Added documentation --- diff --git a/include/dfrn.php b/include/dfrn.php index 0b12f4d615..c8e89fe40f 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -820,6 +820,7 @@ class dfrn { * @param array $owner Owner record * @param bool $comment Trigger the sending of the "comment" element * @param int $cid Contact ID of the recipient + * @param bool $single If set, the entry is created as an XML document with a single "entry" element * * @return object XML entry object * @todo Add type-hints