PHP Class BeanstalkInterface

Afficher le fichier Open project: ptrofimov/beanstalk_console Class Usage Examples

Méthodes publiques

Свойство Type Description
$_client

Protected Properties

Свойство Type Description
$_contentType

Méthodes publiques

Méthode Description
__construct ( $server )
addJob ( $tubeName, $tubeData, $tubePriority = Pheanstalk::DEFAULT_PRIORITY, $tubeDelay = Pheanstalk::DEFAULT_DELAY, $tubeTtr = Pheanstalk::DEFAULT_TTR )
deleteBuried ( $tube )
deleteDelayed ( $tube )
deleteReady ( $tube )
exceptions_error_handler ( $severity, $message, $filename, $lineno )
getContentType ( )
getServerStats ( )
getServerStatsFields ( )
getTubeStats ( $tube )
getTubes ( )
getTubesStats ( )
kick ( $tube, $limit )
pauseTube ( $tube, $delay )
peekAll ( $tube )
peekBuried ( $tube )
peekDelayed ( $tube )
peekReady ( $tube )

Private Methods

Méthode Description
_decodeDate ( $pData )
_peek ( $tube, $method ) Pheanstalk class instance

Method Details

__construct() public méthode

public __construct ( $server )

addJob() public méthode

public addJob ( $tubeName, $tubeData, $tubePriority = Pheanstalk::DEFAULT_PRIORITY, $tubeDelay = Pheanstalk::DEFAULT_DELAY, $tubeTtr = Pheanstalk::DEFAULT_TTR )

deleteBuried() public méthode

public deleteBuried ( $tube )

deleteDelayed() public méthode

public deleteDelayed ( $tube )

deleteReady() public méthode

public deleteReady ( $tube )

exceptions_error_handler() public méthode

public exceptions_error_handler ( $severity, $message, $filename, $lineno )

getContentType() public méthode

public getContentType ( )

getServerStats() public méthode

public getServerStats ( )

getServerStatsFields() public static méthode

public static getServerStatsFields ( )

getTubeStats() public méthode

public getTubeStats ( $tube )

getTubes() public méthode

public getTubes ( )

getTubesStats() public méthode

public getTubesStats ( )

kick() public méthode

public kick ( $tube, $limit )

pauseTube() public méthode

public pauseTube ( $tube, $delay )

peekAll() public méthode

public peekAll ( $tube )

peekBuried() public méthode

public peekBuried ( $tube )

peekDelayed() public méthode

public peekDelayed ( $tube )

peekReady() public méthode

public peekReady ( $tube )

Property Details

$_client public_oe property

public $_client

$_contentType protected_oe property

protected $_contentType