PHP 클래스 Phive\Queue\Pdo\GenericPdoQueue

상속: extends PdoQueue
파일 보기 프로젝트 열기: rybakit/phive-queue

보호된 프로퍼티들

프로퍼티 타입 설명
$popSqls array

공개 메소드들

메소드 설명
__construct ( PDO $pdo, $tableName, $routineName = null )
pop ( )

보호된 메소드들

메소드 설명
getPopSql ( )
supportsDriver ( $driverName )

메소드 상세

__construct() 공개 메소드

public __construct ( PDO $pdo, $tableName, $routineName = null )
$pdo PDO

getPopSql() 보호된 메소드

protected getPopSql ( )

pop() 공개 메소드

public pop ( )

supportsDriver() 보호된 메소드

protected supportsDriver ( $driverName )

프로퍼티 상세

$popSqls 보호되어 있는 정적으로 프로퍼티

protected static array $popSqls
리턴 array