示例#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;
 }