PHP Class Doctrine\OrientDB\Binding\Adapter\CurlClientAdapterResult

Inheritance: implements Doctrine\OrientDB\Binding\HttpBindingResultInterface
Show file Open project: doctrine/orientdb-odm

Protected Properties

Property Type Description
$response

Public Methods

Method Description
__construct ( CurlClientResponse $response )
getData ( )
getInnerResponse ( )
getResult ( )
isValid ( )

Protected Methods

Method Description
isValidRid ( $body )

Method Details

__construct() public method

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

getData() public method

public getData ( )

getInnerResponse() public method

public getInnerResponse ( )

getResult() public method

public getResult ( )

isValid() public method

public isValid ( )

isValidRid() protected method

protected isValidRid ( $body )

Property Details

$response protected property

protected $response