AliasList
extends Data
Table of Contents
Properties
-
$alias
: mixed
-
$begin_date
: mixed
-
$count
: mixed
-
$end_date
: mixed
-
$locale
: mixed
-
$offset
: mixed
-
$primary
: mixed
-
$sort_name
: mixed
-
$type
: mixed
-
$type_id
: mixed
Methods
-
__construct()
: mixed
-
fromApiData()
: self
$alias
public
mixed
$alias
$begin_date
public
mixed
$begin_date
$count
public
mixed
$count
$end_date
public
mixed
$end_date
$locale
public
mixed
$locale
$offset
public
mixed
$offset
$primary
public
mixed
$primary
$sort_name
public
mixed
$sort_name
$type
public
mixed
$type
$type_id
public
mixed
$type_id
__construct()
public
__construct(mixed $count, mixed $offset, mixed $alias, mixed $locale, mixed $sort_name, mixed $type, mixed $type_id, mixed $primary, mixed $begin_date, mixed $end_date) : mixed
Parameters
-
$count
: mixed
-
-
$offset
: mixed
-
-
$alias
: mixed
-
-
$locale
: mixed
-
-
$sort_name
: mixed
-
-
$type
: mixed
-
-
$type_id
: mixed
-
-
$primary
: mixed
-
-
$begin_date
: mixed
-
-
$end_date
: mixed
-
fromApiData()
public
static fromApiData(array<string|int, mixed> $data) : self
Parameters
-
$data
: array<string|int, mixed>
-