PHPDoc
This commit is contained in:
parent
de32cb7b73
commit
73ae47e377
1 changed files with 15 additions and 0 deletions
|
@ -87,7 +87,22 @@ class Post {
|
|||
),
|
||||
);
|
||||
|
||||
/**
|
||||
* List of audience
|
||||
*
|
||||
* Also used for visibility
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $to = array( 'https://www.w3.org/ns/activitystreams#Public' );
|
||||
|
||||
/**
|
||||
* List of audience
|
||||
*
|
||||
* Also used for visibility
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $cc = array();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue