Exemplo n.º 1
0
 /**
  * @return FactoryInterface
  */
 public function getFactory()
 {
     return $this->get($this->config->getServiceName('factory'));
 }
Exemplo n.º 2
0
 /**
  * @return RepositoryInterface
  */
 public function getRepository()
 {
     return $this->get($this->config->getServiceName('repository'));
 }