Redaxscript\Installer::__construct PHP Method

__construct() public method

constructor of the class
Since: 2.6.0
public __construct ( Config $config )
$config Config instance of the config class
    public function __construct(Config $config)
    {
        $this->_config = $config;
    }