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