File manager - Edit - /var/www/payraty/helpdesk/vendor/pda/pheanstalk/src/Command/TubeCommand.php
Back
<?php declare(strict_types=1); namespace Pheanstalk\Command; use Pheanstalk\Contract\CommandInterface; use Pheanstalk\Values\TubeCommandTemplate; use Pheanstalk\Values\TubeName; /** * A command that is executed against a tube * @internal */ abstract class TubeCommand implements CommandInterface { abstract protected function getCommandTemplate(): TubeCommandTemplate; public function __construct(protected readonly TubeName $tube) { } final public function getCommandLine(): string { return $this->getCommandTemplate()->render($this->tube); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings