mirror of
https://github.com/friendica/friendica
synced 2025-04-22 23:50:13 +00:00
Function renamed, documentation added
This commit is contained in:
parent
aac965be7d
commit
93263a820d
4 changed files with 9 additions and 5 deletions
|
@ -55,7 +55,8 @@ class ScheduledStatus extends BaseDataTransferObject
|
|||
/**
|
||||
* Creates a status record from a delayed-post record.
|
||||
*
|
||||
* @param array $delayed_post
|
||||
* @param array $delayed_post Record with the delayed post
|
||||
* @param array $parameters Parameters for the workerqueue entry for the delayed post
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public function __construct(array $delayed_post, array $parameters)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue