- Совместимость с XenForo
- 2.0
Создать файл GetUser.php в src/XF/CLI/Command
Код:
<?php
namespace XF\Cli\Command;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class GetUser extends Command
{
protected function configure()
{
$this...
У Вас недостаточно прав для просмотра полного содержимого этого ресурса.
Войдите или зарегистрируйтесь.