Example #1
0
 /**
  * Constructor.
  *
  * @param  Context $context
  */
 public function __construct(CompositeContext $context)
 {
     parent::__construct($context);
 }
Example #2
0
 public function __construct(CreateVehicleContext $context)
 {
     parent::__construct($context);
 }