%PDF- %PDF-
Direktori : /home/graphicd/www/vebto/vendor/pda/pheanstalk/src/Command/ |
Current File : /home/graphicd/www/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; } }