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