PHP 인터페이스 Neos\Flow\Persistence\QueryResultInterface

상속: extends Countable, extends Iterator, extends ArrayAccess
파일 보기 프로젝트 열기: neos/flow-development-collection 0 사용 예제들

공개 메소드들

메소드 설명
getFirst ( ) : object Returns the first object in the result set
getQuery ( ) : Neos\Flow\Persistence\QueryInterface Returns a clone of the query object
toArray ( ) : array Returns an array with the objects in the result set

메소드 상세

getFirst() 공개 메소드

Returns the first object in the result set
public getFirst ( ) : object
리턴 object

getQuery() 공개 메소드

Returns a clone of the query object
public getQuery ( ) : Neos\Flow\Persistence\QueryInterface
리턴 Neos\Flow\Persistence\QueryInterface

toArray() 공개 메소드

Returns an array with the objects in the result set
public toArray ( ) : array
리턴 array