Source not available.
Source not available.
1022: empty($objectType) ||
1023: empty($objectName) ||
1024: (
1025: ! class_exists($objectName)
1026: &&
1027: ! Autoloader::GetFilePath($objectName)
1028: )
0714:
0715: if (! $instance = self::RetrieveObject($objectName, $objectType))
0716: {
0717: if($instance = self::CreateObject($objectName, $arguments, $objectType))
0718: {
0719: if(! empty($decorators))
0720: {
1051: null,
1052: array
1053: ('Controller' => array('type' => BRICKOO::DECORATOR_SINGLE))
1054: )
1055: )
1056: {
1057: $controllerObject->setDispatcher($this);
1184: (
1185: (! $call = $this->getCall())
1186: ||
1187: (! $controller = $this->createController($call))
1188: ||
1189: (! $this->isControllerMethodPublic($call['controller'], $call['action']))
1190: )
0081: }
0082:
0083: // Run the application.
0084: $Dispatcher->run();
0085:
0086: // end of the framework features
0087: // assigned calls will be executed