OpHandlerInterface
in
Table of Contents
Methods
- canHandle() : bool
- handle() : mixed
- validateOperation() : array<string|int, mixed>
Methods
canHandle()
public
canHandle(OpInterface $op) : bool
Parameters
- $op : OpInterface
Return values
boolhandle()
public
handle(OpInterface $op) : mixed
Parameters
- $op : OpInterface
validateOperation()
public
validateOperation(OpInterface $op) : array<string|int, mixed>
Parameters
- $op : OpInterface