PHP Interface Doctrine\OrientDB\Binding\BindingResultInterface

Show file Open project: doctrine/orientdb-odm

Public Methods

Method Description
getData ( ) : mixed Returns the whole payload from the server response.
getResult ( ) : mixed Returns the result set from the server response.

Method Details

getData() public method

Returns the whole payload from the server response.
public getData ( ) : mixed
return mixed

getResult() public method

Returns the result set from the server response.
public getResult ( ) : mixed
return mixed