TriggerCommand
extends AbstractCommand
Table of Contents
Properties
-
$name
: string
-
$status
: int
Methods
-
__construct()
: mixed
-
toArray()
: array<string|int, mixed>
$name
read-only
public
string
$name
$status
read-only
public
int
$status
__construct()
public
__construct(string $name, int $status) : mixed
Parameters
-
$name
: string
-
-
$status
: int
-
toArray()
public
toArray([bool $withDefault = true ]) : array<string|int, mixed>
Parameters
-
$withDefault
: bool
= true
-
Return values
array<string|int, mixed>