| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Class WrapperFactory. More...
 Collaboration diagram for ILIAS\HTTP\Wrapper\WrapperFactory: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().