ILIAS
release_8 Revision v8.23
|
Class WrapperFactory. More...
Public Member Functions | |
__construct (RequestInterface $request) | |
WrapperFactory constructor. More... | |
query () | |
post () | |
cookie () | |
Private Attributes | |
RequestInterface | $request |
Class WrapperFactory.
Definition at line 26 of file WrapperFactory.php.
ILIAS\HTTP\Wrapper\WrapperFactory::__construct | ( | RequestInterface | $request | ) |
WrapperFactory constructor.
Definition at line 33 of file WrapperFactory.php.
References ILIAS\HTTP\Wrapper\WrapperFactory\$request.
ILIAS\HTTP\Wrapper\WrapperFactory::cookie | ( | ) |
Definition at line 48 of file WrapperFactory.php.
ILIAS\HTTP\Wrapper\WrapperFactory::post | ( | ) |
Definition at line 43 of file WrapperFactory.php.
ILIAS\HTTP\Wrapper\WrapperFactory::query | ( | ) |
Definition at line 38 of file WrapperFactory.php.
|
private |
Definition at line 28 of file WrapperFactory.php.
Referenced by ILIAS\HTTP\Wrapper\WrapperFactory\__construct().