PHP 클래스 lithium\data\source\mongo_db\Result

상속: extends lithium\data\source\Result
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 메소드들

메소드 설명
_fetch ( ) : array | boolean | null Fetches the next result from the resource.

메소드 상세

_fetch() 보호된 메소드

Fetches the next result from the resource.
protected _fetch ( ) : array | boolean | null
리턴 array | boolean | null Returns a key/value pair for the next result, `null` if there is none, `false` if something bad happened.