コード例 #1
0
 /**
  * Retrieves the bootstrapper from the inner resource.
  *
  * @return Zend_Application_Bootstrap_Bootstrapper
  */
 public function getBootstrap()
 {
     return $this->innerResource->getBootstrap();
 }