/** * Method to load the container * * @param $file string the context file * * @return void */ private function loadApplication($file) { $this->ovoContainer = ConfigurationLoaderHelper::getConfigurationLoader($file)->getOvoContainer(); }
/** * 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(); }