PHP Interface Doctrine\OrientDB\Binding\HttpBindingResultInterface

ファイルを表示 Open project: doctrine/orientdb-odm Interface Usage Examples

Public Methods

Method Description
getInnerResponse ( ) : mixed Returns the inner response object returned by the underlying client.
isValid ( ) : boolean Returns if the response from the server is valid or has errors.

Method Details

getInnerResponse() public method

Returns the inner response object returned by the underlying client.
public getInnerResponse ( ) : mixed
return mixed

isValid() public method

Returns if the response from the server is valid or has errors.
public isValid ( ) : boolean
return boolean