PHP Class Kraken\Environment\Loader\Loader

Inheritance: extends Dotenv\Loader
Show file Open project: kraken-php/framework Class Usage Examples

Protected Properties

Property Type Description
$invoker Kraken\Util\Invoker\InvokerInterface

Public Methods

Method Description
__construct ( string $filePath, boolean $immutable = false )
__destruct ( )
clearEnvironmentVariable ( $name )
setEnvironmentVariable ( $name, $value = null )

Protected Methods

Method Description
createInvoker ( ) : Kraken\Util\Invoker\InvokerInterface

Method Details

__construct() public method

public __construct ( string $filePath, boolean $immutable = false )
$filePath string
$immutable boolean

__destruct() public method

public __destruct ( )

clearEnvironmentVariable() public method

public clearEnvironmentVariable ( $name )

createInvoker() protected method

protected createInvoker ( ) : Kraken\Util\Invoker\InvokerInterface
return Kraken\Util\Invoker\InvokerInterface

setEnvironmentVariable() public method

public setEnvironmentVariable ( $name, $value = null )

Property Details

$invoker protected property

protected InvokerInterface,Kraken\Util\Invoker $invoker
return Kraken\Util\Invoker\InvokerInterface