Redaxscript\Installer::__construct PHP Метод

__construct() публичный Метод

constructor of the class
С версии: 2.6.0
public __construct ( Config $config )
$config Config instance of the config class
    public function __construct(Config $config)
    {
        $this->_config = $config;
    }