コード例 #1
0
 /**
  * @return FactoryInterface
  */
 public function getFactory()
 {
     return $this->get($this->config->getServiceName('factory'));
 }
コード例 #2
0
ファイル: ResourceController.php プロジェクト: nmarmon/Sylius
 /**
  * @return RepositoryInterface
  */
 public function getRepository()
 {
     return $this->get($this->config->getServiceName('repository'));
 }