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