Documentation

ActorSerializer
in package
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

Properties

Methods

getActor()

public getActor() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

setActor()

public setActor(array<string|int, mixed>|null $actor) : self
Parameters
$actor : array<string|int, mixed>|null
Return values
self

setActorType()

public setActorType(mixed $actorType) : self
Parameters
$actorType : mixed
Return values
self

        
On this page

Search results