PHP Class MGDigital\BusQue\Handler\AbstractHandler

Afficher le fichier Open project: mgdigital/busque

Protected Properties

Свойство Type Description
$implementation

Méthodes publiques

Méthode Description
__construct ( Implementation $implementation )

Méthodes protégées

Méthode Description
process ( MGDigital\BusQue\BusQueCommandInterface $command ) : array

Method Details

__construct() public méthode

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

process() protected méthode

protected process ( MGDigital\BusQue\BusQueCommandInterface $command ) : array
$command MGDigital\BusQue\BusQueCommandInterface
Résultat array

Property Details

$implementation protected_oe property

protected $implementation