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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$response

공개 메소드들

메소드 설명
__construct ( CurlClientResponse $response )
getData ( )
getInnerResponse ( )
getResult ( )
isValid ( )

보호된 메소드들

메소드 설명
isValidRid ( $body )

메소드 상세

__construct() 공개 메소드

public __construct ( CurlClientResponse $response )
$response Doctrine\OrientDB\Binding\Client\Http\CurlClientResponse Response object.

getData() 공개 메소드

public getData ( )

getInnerResponse() 공개 메소드

public getInnerResponse ( )

getResult() 공개 메소드

public getResult ( )

isValid() 공개 메소드

public isValid ( )

isValidRid() 보호된 메소드

protected isValidRid ( $body )

프로퍼티 상세

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

protected $response