Added documentation
This commit is contained in:
parent
537da657cc
commit
c975d0f799
9 changed files with 39 additions and 9 deletions
|
@ -9,7 +9,14 @@ use Friendica\Protocol\PortableContact;
|
|||
|
||||
class FetchPoCo
|
||||
{
|
||||
// Load POCO data from a given POCO address
|
||||
/**
|
||||
* Fetch PortableContacts from a given PoCo server address
|
||||
*
|
||||
* @param integer $cid Contact ID
|
||||
* @param integer $uid User ID
|
||||
* @param integer $zcid Global Contact ID
|
||||
* @param integer $url PoCo address that should be polled
|
||||
*/
|
||||
public static function execute($cid, $uid, $zcid, $url)
|
||||
{
|
||||
PortableContact::load($cid, $uid, $zcid, $url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue