mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 13:38:41 +00:00
q
This commit is contained in:
parent
e3b14015fc
commit
b77ad7e5c5
|
|
@ -42,6 +42,7 @@ class Request extends RequestAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected $files = [];
|
protected $files = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Browser type.
|
* Browser type.
|
||||||
*
|
*
|
||||||
|
|
@ -49,6 +50,7 @@ class Request extends RequestAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $browser = BrowserType::CHROME;
|
private $browser = BrowserType::CHROME;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* OS type.
|
* OS type.
|
||||||
*
|
*
|
||||||
|
|
@ -56,6 +58,7 @@ class Request extends RequestAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $os = OSType::LINUX;
|
private $os = OSType::LINUX;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request information.
|
* Request information.
|
||||||
*
|
*
|
||||||
|
|
@ -76,7 +79,6 @@ class Request extends RequestAbstract
|
||||||
{
|
{
|
||||||
$this->header = new Header();
|
$this->header = new Header();
|
||||||
$this->header->setL11n($l11n ?? new Localization());
|
$this->header->setL11n($l11n ?? new Localization());
|
||||||
$this->setMethod(RequestMethod::GET);
|
|
||||||
|
|
||||||
$this->uri = $uri;
|
$this->uri = $uri;
|
||||||
$this->source = RequestSource::WEB;
|
$this->source = RequestSource::WEB;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user