/**
  * Disables the rendering of the header
  * and the footer in responses
  *
  * @return void
  */
 public function disable()
 {
     $this->_header->disable();
     $this->_footer->disable();
     $this->_isDisabled = true;
 }
 /**
  * Disables the rendering of the header
  * and the footer in responses
  *
  * @return void
  */
 public function disable()
 {
     $this->_header->disable();
     $this->_footer->disable();
 }