PHP 클래스 Phive\Queue\MongoQueue

상속: implements Phive\Queue\Queue
파일 보기 프로젝트 열기: rybakit/phive-queue

공개 메소드들

메소드 설명
__construct ( MongoClient $mongoClient, $dbName, $collName )
clear ( )
count ( )
pop ( )
push ( $item, $eta = null )

보호된 메소드들

메소드 설명
getCollection ( )

메소드 상세

__construct() 공개 메소드

public __construct ( MongoClient $mongoClient, $dbName, $collName )
$mongoClient MongoClient

clear() 공개 메소드

public clear ( )

count() 공개 메소드

public count ( )

getCollection() 보호된 메소드

protected getCollection ( )

pop() 공개 메소드

public pop ( )

push() 공개 메소드

public push ( $item, $eta = null )