Doctrine\OrientDB\Binding\Client\Http\CurlClientResponse::setProtocol PHP Method

setProtocol() protected method

Sets the protocol used for the communication with the client.
protected setProtocol ( string $protocol )
$protocol string
    protected function setProtocol($protocol)
    {
        $this->protocol = $protocol;
    }