PHP Class Doctrine\OrientDB\Binding\Adapter\CurlClientAdapter

Inheritance: implements Doctrine\OrientDB\Binding\Adapter\HttpClientAdapterInterface
Datei anzeigen Open project: doctrine/orientdb-odm

Protected Properties

Property Type Description
$client

Public Methods

Method Description
__construct ( CurlClient $client = null )
getClient ( )
request ( $method, $location, array $headers = null, $body = null )
setAuthentication ( $username, $password )

Method Details

__construct() public method

public __construct ( CurlClient $client = null )
$client Doctrine\OrientDB\Binding\Client\Http\CurlClient

getClient() public method

public getClient ( )

request() public method

public request ( $method, $location, array $headers = null, $body = null )
$headers array

setAuthentication() public method

public setAuthentication ( $username, $password )

Property Details

$client protected_oe property

protected $client