Documentation

Table Of Contents

Previous topic

< Class Phalcon\Queue\Beanstalk

Next topic

Class Phalcon\Security >

This Page

Class Phalcon\Queue\Beanstalk\Job

Represents a job in a beanstalk queue

Methods

public __construct (Phalcon\Queue\Beanstalk $queue, string $id, string $body)

public string getId ()

Returns the job id

public string getBody ()

Returns the job body

public boolean delete ()

Removes a job from the server entirely