Esempio n. 1
0
 /**
  * @param RequestHandlerInterface $parent
  */
 public function setParent(RequestHandlerInterface $parent)
 {
     parent::setParent($parent);
     /** @var BaseDbService $parent */
     $this->serviceId = $parent->getServiceId();
 }