PHP 클래스 Doctrine\OrientDB\Binding\Adapter\CurlClientAdapter

상속: implements Doctrine\OrientDB\Binding\Adapter\HttpClientAdapterInterface
파일 보기 프로젝트 열기: doctrine/orientdb-odm

보호된 프로퍼티들

프로퍼티 타입 설명
$client

공개 메소드들

메소드 설명
__construct ( CurlClient $client = null )
getClient ( )
request ( $method, $location, array $headers = null, $body = null )
setAuthentication ( $username, $password )

메소드 상세

__construct() 공개 메소드

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

getClient() 공개 메소드

public getClient ( )

request() 공개 메소드

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

setAuthentication() 공개 메소드

public setAuthentication ( $username, $password )

프로퍼티 상세

$client 보호되어 있는 프로퍼티

protected $client