]> git.mxchange.org Git - friendica.git/commitdiff
Improved documentation
authorMichael <heluecht@pirati.ca>
Sat, 27 Jul 2019 21:45:36 +0000 (21:45 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 27 Jul 2019 21:45:36 +0000 (21:45 +0000)
src/Protocol/ActivityPub.php
src/Protocol/Diaspora.php

index 14fca625a8e458ace6b4b8c18085b4c51aac69cf..3a8a5e5b12ab82c7552b86d72eb1fd4b0aed1816 100644 (file)
@@ -199,7 +199,7 @@ class ActivityPub
         * Checks if the given contact url does support ActivityPub
         *
         * @param string  $url    profile url
-        * @param boolean $update Update the profile
+        * @param boolean $update true = always update, false = never update, null = update when not found or outdated
         * @return boolean
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         * @throws \ImagickException
index 119ce72f183dfff014c96ee86cf9687205b8039a..325debe7bc97d65f84d2e7e4d7cdd7ba4898ecfe 100644 (file)
@@ -942,7 +942,7 @@ class Diaspora
         * @brief Fetches data for a given handle
         *
         * @param string $handle The handle
-        * @param boolean $update Update the profile
+        * @param boolean $update true = always update, false = never update, null = update when not found or outdated
         *
         * @return array the queried data
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
@@ -1126,7 +1126,7 @@ class Diaspora
         * Checks if the given contact url does support ActivityPub
         *
         * @param string  $url    profile url
-        * @param boolean $update Update the profile
+        * @param boolean $update true = always update, false = never update, null = update when not found or outdated
         * @return boolean
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         * @throws \ImagickException