PHP Class Kraken\Environment\Loader\Loader

Inheritance: extends Dotenv\Loader
Afficher le fichier Open project: kraken-php/framework Class Usage Examples

Protected Properties

Свойство Type Description
$invoker Kraken\Util\Invoker\InvokerInterface

Méthodes publiques

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

Méthodes protégées

Méthode Description
createInvoker ( ) : Kraken\Util\Invoker\InvokerInterface

Method Details

__construct() public méthode

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

__destruct() public méthode

public __destruct ( )

clearEnvironmentVariable() public méthode

public clearEnvironmentVariable ( $name )

createInvoker() protected méthode

protected createInvoker ( ) : Kraken\Util\Invoker\InvokerInterface
Résultat Kraken\Util\Invoker\InvokerInterface

setEnvironmentVariable() public méthode

public setEnvironmentVariable ( $name, $value = null )

Property Details

$invoker protected_oe property

protected InvokerInterface,Kraken\Util\Invoker $invoker
Résultat Kraken\Util\Invoker\InvokerInterface