PHP Класс phpbb\console\command\reparser\list_all

Наследование: extends phpbb\console\command\command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$reparser_names Names of the reparser services

Открытые методы

Метод Описание
__construct ( phpbb\user $user, phpbb\di\service_collection $reparsers ) Constructor

Защищенные методы

Метод Описание
configure ( ) : null Sets the command name and description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer Executes the command reparser:list

Описание методов

__construct() публичный Метод

Constructor
public __construct ( phpbb\user $user, phpbb\di\service_collection $reparsers )
$user phpbb\user
$reparsers phpbb\di\service_collection

configure() защищенный Метод

Sets the command name and description
protected configure ( ) : null
Результат null

execute() защищенный Метод

Executes the command reparser:list
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer

Описание свойств

$reparser_names защищенное свойство

Names of the reparser services
protected $reparser_names