Alias
extends Data
Table of Contents
Properties
-
$begin_date
: mixed
-
$end_date
: mixed
-
$locale
: mixed
-
$primary
: mixed
-
$sort_name
: mixed
-
$type
: mixed
-
$type_id
: mixed
Methods
-
__construct()
: mixed
-
fromApiData()
: self
$begin_date
public
mixed
$begin_date
$end_date
public
mixed
$end_date
$locale
public
mixed
$locale
$primary
public
mixed
$primary
$sort_name
public
mixed
$sort_name
$type
public
mixed
$type
$type_id
public
mixed
$type_id
__construct()
public
__construct(mixed $locale, mixed $sort_name, mixed $type, mixed $type_id, mixed $primary, mixed $begin_date, mixed $end_date) : mixed
Parameters
-
$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>
-