ResponseClassInterface
in
Interface used to accept a completed OperationCommand and parse the result into a specific response type
Table of Contents
Methods
- fromCommand() : self
- Create a response model object from a completed command
Methods
fromCommand()
Create a response model object from a completed command
public
static fromCommand(OperationCommand $command) : self
Parameters
- $command : OperationCommand
-
That serialized the request