PHP Class MGDigital\BusQue\Handler\AbstractHandler

Show file Open project: mgdigital/busque

Protected Properties

Property Type Description
$implementation

Public Methods

Method Description
__construct ( Implementation $implementation )

Protected Methods

Method Description
process ( MGDigital\BusQue\BusQueCommandInterface $command ) : array

Method Details

__construct() public method

public __construct ( Implementation $implementation )
$implementation MGDigital\BusQue\Implementation

process() protected method

protected process ( MGDigital\BusQue\BusQueCommandInterface $command ) : array
$command MGDigital\BusQue\BusQueCommandInterface
return array

Property Details

$implementation protected property

protected $implementation