Skip to content

Commit

Permalink
Removing RequestHandlerComponent::_header() method
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 2, 2010
1 parent 8968204 commit 1acbf15
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cake/libs/controller/components/request_handler.php
Expand Up @@ -572,16 +572,6 @@ function respondAs($type, $options = array()) {
return false;
}

/**
* Wrapper for header() so calls can be easily tested.
*
* @param string $header The header to be sent.
* @return void
*/
protected function _header($header) {
header($header);
}

/**
* Returns the current response type (Content-type header), or null if none has been set
*
Expand Down

0 comments on commit 1acbf15

Please sign in to comment.