Call to a member function getIsEmpty() on bool
${PradoFramework}/TApplication.php (949)
0938: $this->_lazyModules[$id] = null;
0939:
0940: return [$module, $configElement];
0941: }
0942: /**
0943: * Applies an application configuration.
0944: * @param TApplicationConfiguration $config the configuration
0945: * @param bool $withinService whether the configuration is specified within a service.
0946: */
0947: public function applyConfiguration($config, $withinService = false)
0948: {
0949: if ($config->getIsEmpty()) {
0950: return;
0951: }
0952:
0953: // set path aliases and using namespaces
0954: foreach ($config->getAliases() as $alias => $path) {
0955: Prado::setPathOfAlias($alias, $path);
0956: }
0957: foreach ($config->getUsings() as $using) {
0958: Prado::using($using);
0959: }
0960:
0961: // set application properties
#0 ${PradoFramework}/TApplication.php(1044): Prado\TApplication->applyConfiguration()
#1 ${PradoFramework}/TApplication.php(368): Prado\TApplication->initApplication()
#2 phar://${DocumentRoot}/protected/konvergence.phar/core/boot/KabudachiCM.php(89): Prado\TApplication->run()
#3 ${DocumentRoot}/index.php(19): polarisalliance\konvergence\core\boot\KabudachiCM->run()
#4 {main}