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