Beanstalk\Command\ListTubes¶| Extends: | Beanstalk\Command |
|---|---|
| Description: | The list-tubes command returns a list of all existing tubes |
| Author: | Joshua Dechant <jdechant@shapeup.com> |
Class Methods
ListTubes::getCommand – Get the command to send to the beanstalkd serverListTubes::parseResponse – Parse the response for success or failure.ListTubes::returnsData – Does the command return data?Beanstalk\Command\ListTubes::getCommand()¶| Description: | Get the command to send to the beanstalkd server |
|---|---|
| Returns: | string |
Beanstalk\Command\ListTubes::parseResponse($response[, $data = null, $conn = null])¶| Description: | Parse the response for success or failure. |
|---|---|
| Parameters: |
|
| Returns: | array List of all existing tubes |
| Throws: | BeanstalkException When any error occurs |
Beanstalk\Command\ListTubes::returnsData()¶| Description: | Does the command return data? |
|---|---|
| Returns: | boolean |