Пример #1
0
 /**
  * Set response object
  *
  * @param Zend_Controller_Response_Abstract $response
  * @return Zend_Controller_Plugin_Abstract
  */
 public function setResponse(Zend_Controller_Response_Abstract $response)
 {
     return parent::setResponse($response);
 }
Пример #2
0
 /**
  * Set response object, both for this and the boostrap class.
  *
  * If the bootstrap class has a setResponse method it is set.
  *
  * @param \Zend_Controller_Response_Abstract $response
  * @return \Zend_Controller_Plugin_Abstract
  */
 public function setResponse(\Zend_Controller_Response_Abstract $response)
 {
     $this->_escort->setResponse($response);
     return parent::setResponse($response);
 }