mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Pull out more members to header
This commit is contained in:
parent
6280c04ffc
commit
b87621bebc
|
|
@ -80,14 +80,6 @@ abstract class RequestAbstract implements MessageInterface
|
|||
*/
|
||||
protected $path = [];
|
||||
|
||||
/**
|
||||
* Localization.
|
||||
*
|
||||
* @var Localization
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected $l11n = null;
|
||||
|
||||
/**
|
||||
* Language.
|
||||
*
|
||||
|
|
@ -96,14 +88,6 @@ abstract class RequestAbstract implements MessageInterface
|
|||
*/
|
||||
protected $language = '';
|
||||
|
||||
/**
|
||||
* Account.
|
||||
*
|
||||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected $account = null;
|
||||
|
||||
/**
|
||||
* Request type.
|
||||
*
|
||||
|
|
@ -292,14 +276,6 @@ abstract class RequestAbstract implements MessageInterface
|
|||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getL11n() : Localization
|
||||
{
|
||||
return $this->l11n;
|
||||
}
|
||||
|
||||
/**
|
||||
* Lock request for further manipulations.
|
||||
*
|
||||
|
|
@ -312,22 +288,6 @@ abstract class RequestAbstract implements MessageInterface
|
|||
$this->lock = true;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getAccount() : int
|
||||
{
|
||||
return $this->account;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function setAccount(int $account) /* : void */
|
||||
{
|
||||
$this->account = $account;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get request header.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user