mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 23:28:39 +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)] ?? [];
|
return $this->header[strtolower($key)] ?? [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function getReasonPhrase() : string
|
||||||
|
{
|
||||||
|
return $this->header->getHeader('Status');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if header is defined.
|
* Check if header is defined.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user