| 1 | <?php | ||
| 18 | final class ContainerAwareCommandBus implements CommandBusInterface | ||
| 19 | { | ||
| 20 | private $container; | ||
| 21 | private $handlers; | ||
| 22 | private $bus; | ||
| 23 | |||
| 24 | 6 | public function __construct( | |
| 38 | |||
| 39 | /** | ||
| 40 |      * {@inheritdoc} | ||
| 41 | */ | ||
| 42 | 3 | public function handle($command) | |
| 54 | |||
| 55 | 2 | private function initialize() | |
| 70 | } | ||
| 71 |