ProjectConfiguration
Table of Contents
Methods
-
getActive()
: self
-
getApplicationConfiguration()
: self
-
getEnvironment()
: string
-
getPlugins()
: array<string|int, mixed>
-
isDebug()
: bool
-
isPluginEnabled()
: bool
getActive()
public
static getActive() : self
getApplicationConfiguration()
public
static getApplicationConfiguration([string $app = 'qubit' ][, string $env = 'cli' ][, bool $debug = false ]) : self
Parameters
-
$app
: string
= 'qubit'
-
-
$env
: string
= 'cli'
-
-
$debug
: bool
= false
-
getEnvironment()
public
getEnvironment() : string
getPlugins()
public
getPlugins() : array<string|int, mixed>
Return values
array<string|int, mixed>
isDebug()
public
isDebug() : bool
isPluginEnabled()
public
isPluginEnabled(string $name) : bool
Parameters
-
$name
: string
-