Operation
FinalYes
Table of Contents
Constants
- ARGUMENT_TYPE_ARRAY = 'array'
- ARGUMENT_TYPE_STRING = 'string'
Methods
- __construct() : mixed
- call() : mixed
- getErrorCollection() : Collection|null
- getErrors() : mixed
- getOperation() : mixed
- parse() : mixed
Constants
ARGUMENT_TYPE_ARRAY
public
mixed
ARGUMENT_TYPE_ARRAY
= 'array'
ARGUMENT_TYPE_STRING
public
mixed
ARGUMENT_TYPE_STRING
= 'string'
Methods
__construct()
public
__construct(mixed $operation[, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
- $operation : mixed
- $parameters : array<string|int, mixed> = array()
call()
public
call() : mixed
getErrorCollection()
public
getErrorCollection() : Collection|null
Bad name
Return values
Collection|nullgetErrors()
public
getErrors() : mixed
getOperation()
public
getOperation() : mixed
parse()
public
parse() : mixed