Environment
in package
Class Environment
Table of Contents
- $isDev : bool
- __construct() : mixed
- Environment constructor.
- isDev() : bool
- Return true if develop mode is active.
Properties
$isDev
private
bool
$isDev
Methods
__construct()
Environment constructor.
public
__construct(bool $isDev) : mixed
Parameters
- $isDev : bool
Return values
mixed —isDev()
Return true if develop mode is active.
public
isDev() : bool