Table of Contents
-
$allow
: array<string|int, string>
-
$deny
: array<string|int, string>
-
$updated_at
: string|null
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$allow
public
array<string|int, string>
$allow
$deny
public
array<string|int, string>
$deny
$updated_at
public
string|null
$updated_at
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—