Feature
implements
Arrayable
Table of Contents
Interfaces
- Arrayable
Properties
-
$feature
: string
-
$id
: int
-
$isActive
: bool
Methods
-
__construct()
: mixed
-
toArray()
: array<string|int, mixed>
$feature
read-only
public
string
$feature
$id
read-only
public
int
$id
$isActive
read-only
public
bool
$isActive
__construct()
public
__construct(int $id, string $feature, bool $isActive) : mixed
Parameters
-
$id
: int
-
-
$feature
: string
-
-
$isActive
: bool
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>