/**
  * @return bool
  */
 public function acceptRace()
 {
     return $this->customer->confirm();
 }
Example #2
0
 /**
  * @param Mediator\TaxiCallCenterInterface $mediator
  */
 public function __construct(Mediator\TaxiCallCenterInterface $mediator)
 {
     parent::__construct($mediator);
 }
Example #3
0
 /**
  * @param Mediator\TaxiCallCenterInterface $mediator
  */
 public function __construct(Mediator\TaxiCallCenterInterface $mediator)
 {
     parent::__construct($mediator);
     $this->available = true;
 }