%PDF- %PDF-
Mini Shell

Mini Shell

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

<?php

namespace Pheanstalk\Command;

/**
 * A command that is executed against a tube
 */
abstract class TubeCommand extends AbstractCommand
{
    protected $tube;

    public function __construct(string $tube)
    {
        $this->tube = $tube;
    }
}

Zerion Mini Shell 1.0