���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/shellbox/src/Command/UnboxedCommand.php
���ѧ٧ѧ�
<?php namespace Shellbox\Command; /** * A command without file handling. * * This is almost the same as Command, except with a type-hinted executor. */ class UnboxedCommand extends Command { /** @var UnboxedExecutor */ protected $executor; /** * External callers should typically use UnboxedExecutor::createCommand() * * @param UnboxedExecutor $executor */ public function __construct( UnboxedExecutor $executor ) { $this->executor = $executor; } /** * Execute the command with the current executor * * @return UnboxedResult */ public function execute() { return $this->executor->execute( $this ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.1 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�