Kraken\Environment\Loader\Loader::__construct PHP 메소드

__construct() 공개 메소드

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