예제 #1
0
파일: Glue.php 프로젝트: bramdevries/glue
 /**
  * {@inheritdoc}
  */
 public function setContainer(LeagueContainerInterface $container)
 {
     // Set our own container as delegate
     $container->delegate($this->container);
     $this->container = $container;
 }