Phosphorum\Queue\Server::__construct PHP 메소드

__construct() 공개 메소드

Server constructor
public __construct ( Phalcon\Queue\Beanstalk $queue )
$queue Phalcon\Queue\Beanstalk
    public function __construct($queue)
    {
        $this->queue = $queue;
    }