Added documentation

2022.09-rc
Michael Vogel 2016-01-25 01:06:46 +01:00
rodzic a2d025232b
commit acd7e816eb
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -37,10 +37,10 @@ function dfrn_entries($items,$owner) {
* This function is called when another server is pulling data from the user feed. * This function is called when another server is pulling data from the user feed.
* *
* @param App $a * @param App $a
* @param string $dfrn_id * @param string $dfrn_id DFRN ID from the requesting party
* @param string $owner_nick Owner nick name * @param string $owner_nick Owner nick name
* @param string $last_update Date of the last update * @param string $last_update Date of the last update
* @param int $direction * @param int $direction Can be -1, 0 or 1.
* *
* @return string DFRN feed entries * @return string DFRN feed entries
*/ */
@ -662,7 +662,7 @@ function dfrn_get_attachment($doc, $root, $item) {
* @param array $item Item element * @param array $item Item element
* @param array $owner Owner record * @param array $owner Owner record
* @param bool $comment Trigger the sending of the "comment" element * @param bool $comment Trigger the sending of the "comment" element
* @param int $cid * @param int $cid Contact ID of the recipient
* *
* @return object XML entry object * @return object XML entry object
*/ */