ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (private ?string $forwarded_header=null, private ?string $forwarded_proto=null) | |
create () | |
Creates a new ServerRequest object with the help of the underlying library. More... | |
Private Attributes | |
const | DEFAULT_FORWARDED_HEADER = 'X-Forwarded-Proto' |
const | DEFAULT_FORWARDED_PROTO = 'https' |
Definition at line 38 of file RequestFactoryImpl.php.
ILIAS\StaticURL\Request\Request\RequestFactoryImpl::__construct | ( | private ?string | $forwarded_header = null , |
private ?string | $forwarded_proto = null |
||
) |
Definition at line 49 of file RequestFactoryImpl.php.
ILIAS\StaticURL\Request\Request\RequestFactoryImpl::create | ( | ) |
Creates a new ServerRequest object with the help of the underlying library.
Implements ILIAS\StaticURL\Request\Request\RequestFactory.
Definition at line 55 of file RequestFactoryImpl.php.
References null.
|
private |
Definition at line 43 of file RequestFactoryImpl.php.
|
private |
Definition at line 47 of file RequestFactoryImpl.php.