Kraken\Environment\Loader\Loader::__construct PHP Method

__construct() public method

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();
    }