Action
Less than 1 minute
Action
Properties
name
public ActionName $name
type
public ActionType $type
message
public string $message
spec
public BaseAction $spec
Methods
construct
public construct(array $data): void
Parameters
Parameter | Type | Description |
---|---|---|
$data | array |
run
public run(Adapter $dbi): bool
Parameters
Parameter | Type | Description |
---|---|---|
$dbi | Adapter |
create
public create(ActionType $type, mixed $spec): self
Parameters
Parameter | Type | Description |
---|---|---|
$type | ActionType | |
$spec | mixed |
constructed
protected constructed(): void
Generated by Hazaar API Doc Generator