NullContext
in package
implements
ContextInterface
A context that does nothing.
Tags
Table of Contents
Interfaces
- ContextInterface
- Holds information about the current request.
Methods
- 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
stringisSecure()
Checks whether the request is secure or not.
public
isSecure() : bool