|
21 | 21 | * |
22 | 22 | * @see https://www.w3.org/TR/activitystreams-core/#object |
23 | 23 | * |
24 | | - * @method string|null get_attachment() Gets the attachment property of the object. |
25 | | - * @method string|null get_attributed_to() Gets the entity attributed as the original author. |
| 24 | + * @method array|string|null get_attachment() Gets the attachment property of the object. |
| 25 | + * @method array|string|null get_attributed_to() Gets the entity attributed as the original author. |
26 | 26 | * @method string|null get_audience() Gets the total population of entities for which the object can be considered relevant. |
27 | 27 | * @method string[]|string|null get_bcc() Gets the private secondary audience of the object. |
28 | 28 | * @method string[]|string|null get_bto() Gets the private primary audience of the object. |
|
40 | 40 | * @method string[]|string|null get_in_reply_to() Gets the objects this object is in reply to. |
41 | 41 | * @method array|null get_interaction_policy() Gets the interaction policy property of the object. |
42 | 42 | * @method array|null get_likes() Gets the collection of likes for this object. |
43 | | - * @method string|null get_location() Gets the physical or logical locations associated with the object. |
| 43 | + * @method array|string|null get_location() Gets the physical or logical locations associated with the object. |
44 | 44 | * @method string|null get_media_type() Gets the MIME media type of the content property. |
45 | 45 | * @method string|null get_name() Gets the natural language name of the object. |
46 | 46 | * @method string[]|null get_name_map() Gets the name map property of the object. |
|
55 | 55 | * @method string[]|null get_summary_map() Gets the summary map property of the object. |
56 | 56 | * @method array[]|null get_tag() Gets the tag property of the object. |
57 | 57 | * @method string[]|string|null get_to() Gets the primary recipients of the object. |
58 | | - * @method string get_type() Gets the type of the object. |
| 58 | + * @method string[]|string get_type() Gets the type of the object. |
59 | 59 | * @method string|null get_updated() Gets the date and time the object was updated in ISO 8601 format. |
60 | 60 | * @method string|null get_url() Gets the URL of the object. |
61 | 61 | * |
|
81 | 81 | * @method Base_Object set_in_reply_to( string|string[] $in_reply_to ) Sets the is in reply to property of the object. |
82 | 82 | * @method Base_Object set_interaction_policy( array|null $policy ) Sets the interaction policy property of the object. |
83 | 83 | * @method Base_Object set_likes( array $likes ) Sets the collection of likes for this object. |
84 | | - * @method Base_Object set_location( string $location ) Sets the physical or logical locations associated with the object. |
| 84 | + * @method Base_Object set_location( array|string $location ) Sets the physical or logical locations associated with the object. |
85 | 85 | * @method Base_Object set_media_type( string $media_type ) Sets the MIME media type of the content property. |
86 | 86 | * @method Base_Object set_name( string $name ) Sets the natural language name of the object. |
87 | 87 | * @method Base_Object set_name_map( array|null $name_map ) Sets the name map property of the object. |
|
0 commit comments