FOF30\Download\Adapter\Curl::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
        $this->priority = 110;
        $this->supportsFileSize = true;
        $this->supportsChunkDownload = true;
        $this->name = 'curl';
        $this->isSupported = function_exists('curl_init') && function_exists('curl_exec') && function_exists('curl_close');
    }