Ejemplo n.º 1
0
 private function _05_loadServiceContainer()
 {
     if ($this->_bootSettings->shouldClearCache()) {
         $this->_clearSystemCache();
     }
     self::$_SERVICE_CONTAINER = $this->_containerSupplier->getServiceContainer();
 }