PHP Interface Doctrine\OrientDB\Binding\HttpBindingResultInterface

Afficher le fichier Open project: doctrine/orientdb-odm Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

isValid() public méthode

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