cascade\Config::__construct PHP Method

__construct() public method

Instantiate a Config object
public __construct ( string | array $input, Cascade\Config\ConfigLoader $loader )
$input string | array User input
$loader Cascade\Config\ConfigLoader Config loader object
    public function __construct($input, ConfigLoader $loader)
    {
        $this->input = $input;
        $this->loader = $loader;
    }