%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/www/vebto/vendor/pda/pheanstalk/src/Command/
Upload File :
Create Path :
Current File : /home/graphicd/www/vebto/vendor/pda/pheanstalk/src/Command/ListTubesCommand.php

<?php

namespace Pheanstalk\Command;

use Pheanstalk\Contract\ResponseParserInterface;
use Pheanstalk\YamlResponseParser;

/**
 * The 'list-tubes' command.
 *
 * List all existing tubes.
 */
class ListTubesCommand extends AbstractCommand
{
    public function getCommandLine(): string
    {
        return 'list-tubes';
    }

    public function getResponseParser(): ResponseParserInterface
    {
        return new YamlResponseParser(YamlResponseParser::MODE_LIST);
    }
}

Zerion Mini Shell 1.0