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