PHP 인터페이스 Doctrine\OrientDB\Binding\HttpBindingResultInterface

파일 보기 프로젝트 열기: doctrine/orientdb-odm 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

getInnerResponse() 공개 메소드

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

isValid() 공개 메소드

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