Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/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.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка