DefaultServerConfiguration
in package
implements
Bootstrapper
Class SetDefaultServerConfiguration
Interfaces, Classes and Traits
- Bootstrapper
- Interface Bootstrapper
Table of Contents
- boot() : void
- Application bootstrapping.
- getMemoryLimitInBytes() : int
- setDefaultErrorReporting() : void
- setDefaultMemoryLimit() : void
- setDefaultTimezone() : void
Methods
boot()
Application bootstrapping.
public
boot(Application $application) : void
Parameters
- $application : Application
Tags
Return values
void —getMemoryLimitInBytes()
private
getMemoryLimitInBytes() : int
Return values
int —setDefaultErrorReporting()
private
setDefaultErrorReporting(int $errorReporting) : void
Parameters
- $errorReporting : int
Return values
void —setDefaultMemoryLimit()
private
setDefaultMemoryLimit(int $neededLimitInMegaBytes) : void
Parameters
- $neededLimitInMegaBytes : int
Return values
void —setDefaultTimezone()
private
setDefaultTimezone(Application $application, string $timeZone) : void
Parameters
- $application : Application
- $timeZone : string