ActorSerializer
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$actor
: array<string|int, mixed>|null
-
$actorType
: mixed
Methods
-
getActor()
: array<string|int, mixed>|null
-
getActorType()
: mixed
-
jsonSerialize()
: mixed
-
setActor()
: self
-
setActorType()
: self
$actor
private
array<string|int, mixed>|null
$actor
$actorType
private
mixed
$actorType
getActor()
public
getActor() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getActorType()
public
getActorType() : mixed
jsonSerialize()
public
jsonSerialize() : mixed
setActor()
public
setActor(array<string|int, mixed>|null $actor) : self
Parameters
-
$actor
: array<string|int, mixed>|null
-
setActorType()
public
setActorType(mixed $actorType) : self
Parameters
-
$actorType
: mixed
-