Пример #1
0
 protected function getContainer()
 {
     if ($this->container) {
         return $this->container;
     }
     $this->container = Bootstrap::createContainer();
     return $this->container;
 }