mirror of
https://github.com/friendica/friendica
synced 2025-05-15 04:24:10 +02:00
Added documentation
This commit is contained in:
parent
537da657cc
commit
c975d0f799
9 changed files with 39 additions and 9 deletions
|
@ -13,6 +13,11 @@ use Friendica\Database\DBA;
|
|||
|
||||
class UpdateContact
|
||||
{
|
||||
/**
|
||||
* Update contact data via probe
|
||||
* @param int $contact_id Contact ID
|
||||
* @param string $command
|
||||
*/
|
||||
public static function execute($contact_id, $command = '')
|
||||
{
|
||||
$force = ($command == "force");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue