Table of Contents
-
$api
: bool
-
$editor
: bool
-
$upload
: bool
-
__construct()
: mixed
-
fromArray()
: History
-
isEnabled()
: bool
-
toArray()
: array<string|int, mixed>
$api
public
bool
$api
= false
$editor
public
bool
$editor
= false
$upload
public
bool
$upload
= false
__construct()
public
__construct() : mixed
Return values
mixed
—
fromArray()
public
static fromArray(array<string|int, mixed> $data) : History
Parameters
-
$data
: array<string|int, mixed>
-
Return values
History
—
isEnabled()
public
isEnabled(string $tool) : bool
Parameters
-
$tool
: string
-
Return values
bool
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—