Make getProtocolVersion part of header

This commit is contained in:
Dennis Eichhorn 2017-09-05 11:51:44 +02:00 committed by GitHub
parent c87d55deaa
commit efc4f1543b

View File

@ -109,6 +109,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.