mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 05:38:39 +00:00
Cleanup
This commit is contained in:
parent
41de67d0db
commit
59ef2d27e1
|
|
@ -26,14 +26,6 @@ namespace phpOMS\Message;
|
||||||
*/
|
*/
|
||||||
interface MessageInterface
|
interface MessageInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
|
||||||
* Retrieves the HTTP protocol version as a string.
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getProtocolVersion();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves all message header values.
|
* Retrieves all message header values.
|
||||||
*
|
*
|
||||||
|
|
@ -51,24 +43,4 @@ interface MessageInterface
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function getBody() : string;
|
public function getBody() : string;
|
||||||
|
|
||||||
/**
|
|
||||||
* Get account id.
|
|
||||||
*
|
|
||||||
* @return int Account id
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getAccount() : int;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set account id.
|
|
||||||
*
|
|
||||||
* @param int $account Account id
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function setAccount(int $account) /* : void */;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user