mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 23:08:41 +00:00
Improve docs further
This commit is contained in:
parent
2a14389073
commit
b4e50880d9
|
|
@ -76,6 +76,7 @@ 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;
|
||||||
|
|
@ -100,11 +101,10 @@ class Request extends RequestAbstract
|
||||||
$this->initCurrentRequest();
|
$this->initCurrentRequest();
|
||||||
$this->lock();
|
$this->lock();
|
||||||
$this->cleanupGlobals();
|
$this->cleanupGlobals();
|
||||||
|
$this->setupUriBuilder();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->data = array_change_key_case($this->data, CASE_LOWER);
|
$this->data = array_change_key_case($this->data, CASE_LOWER);
|
||||||
|
|
||||||
$this->setupUriBuilder();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user