33 self::$_aCollectedComponentNames = null;
35 if ( !empty( $this->_aComponentNames ) ) {
36 foreach ( $this->_aComponentNames as $sComponentName => $sCompCache ) {
37 $oActTopView = $this->
getConfig()->getTopActiveView();
39 $this->_oaComponents[$sComponentName] = $oActTopView->getComponent( $sComponentName );
40 if ( !isset( $this->_oaComponents[$sComponentName] ) ) {
41 $this->_blLoadComponents =
true;
44 $this->_oaComponents[$sComponentName]->setParent( $this );