Kraken\Environment\Loader\Loader::__construct PHP Méthode

__construct() public méthode

public __construct ( string $filePath, boolean $immutable = false )
$filePath string
$immutable boolean
    public function __construct($filePath, $immutable = false)
    {
        parent::__construct($filePath, $immutable);
        $this->invoker = $this->createInvoker();
    }