Ejemplo n.º 1
0
 /**
  * Method to load the container
  *
  * @param $file string the context file
  *
  * @return void
  */
 private function loadApplication($file)
 {
     $this->ovoContainer = ConfigurationLoaderHelper::getConfigurationLoader($file)->getOvoContainer();
 }
Ejemplo n.º 2
0
 /**
  * Method to load the container
  *
  * @param $file string the context file
  *
  * @return void
  */
 private function loadApplication($path)
 {
     $this->ovoContainer = ConfigurationLoaderHelper::getConfigurationLoader($path, ConfigurationType::ANNOTATION)->getOvoContainer();
 }