mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing RequestHandlerComponent::_header() method
This commit is contained in:
parent
8968204cb5
commit
1acbf15c00
1 changed files with 0 additions and 10 deletions
|
@ -572,16 +572,6 @@ class RequestHandlerComponent extends Object {
|
|||
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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue