PHP 클래스 MongoGridFSCursor

상속: extends MongoCursor
파일 보기 프로젝트 열기: alcaeus/mongo-php-adapter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$slaveOkay

보호된 프로퍼티들

프로퍼티 타입 설명
$gridfs

공개 메소드들

메소드 설명
__construct ( MongoGridFS $gridfs, MongoClient $connection, string $ns, array $query = [], array $fields = [] ) Create a new cursor
current ( ) : MongoGridFSFile Returns the current file
key ( ) : string Returns the current result's filename

메소드 상세

__construct() 공개 메소드

Create a new cursor
public __construct ( MongoGridFS $gridfs, MongoClient $connection, string $ns, array $query = [], array $fields = [] )
$gridfs MongoGridFS Related GridFS collection
$connection MongoClient Database connection
$ns string Full name of database and collection
$query array Database query
$fields array Fields to return

current() 공개 메소드

Returns the current file
public current ( ) : MongoGridFSFile
리턴 MongoGridFSFile The current file

key() 공개 메소드

Returns the current result's filename
public key ( ) : string
리턴 string The current results filename

프로퍼티 상세

$gridfs 보호되어 있는 프로퍼티

protected $gridfs

$slaveOkay 공개적으로 정적으로 프로퍼티

public static $slaveOkay