Annotation
extends Data
Table of Contents
Properties
-
$entity
: mixed
-
$name
: mixed
-
$text
: mixed
-
$type
: mixed
Methods
-
__construct()
: mixed
-
fromApiData()
: self
$entity
public
mixed
$entity
$name
public
mixed
$name
$text
public
mixed
$text
$type
public
mixed
$type
__construct()
public
__construct(mixed $text, mixed $type, mixed $entity, mixed $name) : mixed
Parameters
-
$text
: mixed
-
-
$type
: mixed
-
-
$entity
: mixed
-
-
$name
: mixed
-
fromApiData()
public
static fromApiData(array<string|int, mixed> $data) : self
Parameters
-
$data
: array<string|int, mixed>
-