Ejemplo n.º 1
0
 /**
  * getResponse() -
  * 
  * @return Zend_Controller_Response_Abstract $response 
  */
 public function getResponse()
 {
     if (null === $this->_response) {
         $this->_response = $this->_actionController->getResponse();
     }
     return $this->_response;
 }
Ejemplo n.º 2
0
 /**
  * getResponse() -
  * 
  * @return Zend_Controller_Response_Abstract $response 
  */
 public function getResponse()
 {
     return $this->_actionController->getResponse();
 }