environment extends facade
Facade for local_middag\framework\support\environment.
Tags
Table of Contents
Methods
- get_environment() : string
- get_facade_accessor() : string
- Return the service accessor key for this facade.
- is_development() : bool
- is_production() : bool
- is_testing() : bool
Methods
get_environment()
public
static get_environment() : string
Return values
stringget_facade_accessor()
Return the service accessor key for this facade.
public
static get_facade_accessor() : string
Return values
stringis_development()
public
static is_development() : bool
Return values
boolis_production()
public
static is_production() : bool
Return values
boolis_testing()
public
static is_testing() : bool