mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Make getProtocolVersion part of header
This commit is contained in:
parent
c87d55deaa
commit
efc4f1543b
|
|
@ -109,6 +109,15 @@ abstract class HeaderAbstract
|
|||
{
|
||||
return $this->status;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get protocol version.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
abstract public function getProtocolVersion() : string;
|
||||
|
||||
/**
|
||||
* Set header.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user