NullContext
in package
implements
ContextInterface
A context that does nothing.
Tags
Interfaces, Classes, Traits and Enums
- ContextInterface
- Holds information about the current request.
Table of Contents
- getBasePath() : string
- Gets the base path.
- isSecure() : bool
- Checks whether the request is secure or not.
Methods
getBasePath()
Gets the base path.
public
getBasePath() : string
Return values
string —The base path
isSecure()
Checks whether the request is secure or not.
public
isSecure() : bool
Return values
bool —true if the request is secure, false otherwise