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