mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Added documentation
This commit is contained in:
parent
2c41ebbfaa
commit
a7b3949ca0
1 changed files with 8 additions and 0 deletions
|
@ -2145,6 +2145,14 @@ class Processor
|
|||
return $body;
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an item array from client to server object data
|
||||
*
|
||||
* @param array $object_data
|
||||
* @param array $application
|
||||
* @param integer $uid
|
||||
* @return array
|
||||
*/
|
||||
public static function processC2SContent(array $object_data, array $application, int $uid): array
|
||||
{
|
||||
$owner = User::getOwnerDataById($uid);
|
||||
|
|
Loading…
Reference in a new issue