LoadServerInformation
in package
implements
Bootstrapper
Class LoadServerInformation
Interfaces, Classes and Traits
- Bootstrapper
- Interface Bootstrapper
Table of Contents
- boot() : void
- Application bootstrapping.
- getServerValue() : string|null
- Returns the server value of given key, if available and null otherwise.
Methods
boot()
Application bootstrapping.
public
boot(Application $application) : void
Parameters
- $application : Application
Tags
Return values
void —getServerValue()
Returns the server value of given key, if available and null otherwise.
private
getServerValue(string $key) : string|null
Parameters
- $key : string