PHP 클래스 Phosphorum\Queue\Server

Facade to Phalcon\Queue\Beanstalkd
파일 보기 프로젝트 열기: phalcon/forum

공개 메소드들

메소드 설명
__construct ( Phalcon\Queue\Beanstalk $queue ) Server constructor
put ( array $job ) : boolean Simulates putting a job in the queue

메소드 상세

__construct() 공개 메소드

Server constructor
public __construct ( Phalcon\Queue\Beanstalk $queue )
$queue Phalcon\Queue\Beanstalk

put() 공개 메소드

Simulates putting a job in the queue
public put ( array $job ) : boolean
$job array
리턴 boolean