phpDocumentor

Environment

Class Environment

Table of Contents

$isDev  : bool
__construct()  : mixed
Environment constructor.
isDev()  : bool
Return true if develop mode is active.

Properties

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
Return values
bool

Search results