PHP 클래스 ManaPHP\Message\Queue\Adapter\Db

상속: extends ManaPHP\Component, implements ManaPHP\Message\QueueInterface
파일 보기 프로젝트 열기: manaphp/manaphp

보호된 프로퍼티들

프로퍼티 타입 설명
$_model string

공개 메소드들

메소드 설명
__construct ( array $options = [] ) Db constructor.
delete ( string $topic ) : void
length ( string $topic, integer $priority = null ) : integer
pop ( string $topic, integer $timeout = PHP_INT_MAX ) : string | false
push ( string $topic, string $body, integer $priority = self::PRIORITY_NORMAL ) : void

메소드 상세

__construct() 공개 메소드

Db constructor.
public __construct ( array $options = [] )
$options array

delete() 공개 메소드

public delete ( string $topic ) : void
$topic string
리턴 void

length() 공개 메소드

public length ( string $topic, integer $priority = null ) : integer
$topic string
$priority integer
리턴 integer

pop() 공개 메소드

public pop ( string $topic, integer $timeout = PHP_INT_MAX ) : string | false
$topic string
$timeout integer
리턴 string | false

push() 공개 메소드

public push ( string $topic, string $body, integer $priority = self::PRIORITY_NORMAL ) : void
$topic string
$body string
$priority integer
리턴 void

프로퍼티 상세

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

protected string $_model
리턴 string