mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-27 16:38:41 +00:00
Pull out
This commit is contained in:
parent
9472994cf6
commit
3d840501f9
|
|
@ -218,6 +218,14 @@ class Header extends HeaderAbstract
|
|||
{
|
||||
return $this->header[strtolower($key)] ?? [];
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getReasonPhrase() : string
|
||||
{
|
||||
return $this->header->getHeader('Status');
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if header is defined.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user