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