Beispiel #1
0
 /**
  * Sets the local copy of a module bootstrap
  * 
  * @param Zend_Application_Module_Bootstrap $bootstrap
  * @return Engine_Api
  */
 public function setModuleBootstrap(Khcn_Application_Bootstrap_Abstract $bootstrap)
 {
     $name = strtolower($bootstrap->getModuleName());
     $this->_modules[$name] = $bootstrap;
     return $this;
 }