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