Heratio Framework API Reference

ProjectConfiguration
in package

Table of Contents

Methods

getActive()  : self
getApplicationConfiguration()  : self
getEnvironment()  : string
getPlugins()  : array<string|int, mixed>
isDebug()  : bool
isPluginEnabled()  : bool

Methods

getApplicationConfiguration()

public static getApplicationConfiguration([string $app = 'qubit' ][, string $env = 'cli' ][, bool $debug = false ]) : self
Parameters
$app : string = 'qubit'
$env : string = 'cli'
$debug : bool = false
Return values
self

getPlugins()

public getPlugins() : array<string|int, mixed>
Return values
array<string|int, mixed>

isPluginEnabled()

public isPluginEnabled(string $name) : bool
Parameters
$name : string
Return values
bool

        
On this page

Search results