Install::__construct PHP Method

__construct() public method

public __construct ( $ini_file )
    function __construct($ini_file)
    {
        openlog("livehelperchat", LOG_PID | LOG_PERROR, LOG_LOCAL0);
        syslog(LOG_DEBUG, "Start installation");
        $this->settings = parse_ini_file($ini_file, true, INI_SCANNER_TYPED);
    }