Ifsnop\Mysqldump\CompressBzip2::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
        if (!function_exists("bzopen")) {
            throw new Exception("Compression is enabled, but bzip2 lib is not installed or configured properly");
        }
    }