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

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

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

Свойство Тип Описание
$input Symfony\Component\Console\Input\InputInterface
$io Symfony\Component\Console\Style\SymfonyStyle
$output Symfony\Component\Console\Output\OutputInterface
$reparse_lock phpbb\lock\db
$reparser_manager phpbb\textreparser\manager
$reparsers phpbb\di\service_collection
$resume_data The reparser's last $current ID as values

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

Метод Описание
__construct ( phpbb\user $user, phpbb\lock\db $reparse_lock, manager $reparser_manager, 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:reparse
get_option ( string $option_name ) : integer Get an option value, adjusted for given reparser
reparse ( string $name ) Reparse all text handled by given reparser within given range

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

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

Constructor
public __construct ( phpbb\user $user, phpbb\lock\db $reparse_lock, manager $reparser_manager, phpbb\di\service_collection $reparsers )
$user phpbb\user
$reparse_lock phpbb\lock\db
$reparser_manager phpbb\textreparser\manager
$reparsers phpbb\di\service_collection

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

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

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

Executes the command reparser:reparse
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

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

Will use the last saved value if --resume is set and the option was not specified on the command line
protected get_option ( string $option_name ) : integer
$option_name string Option name
Результат integer

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

Reparse all text handled by given reparser within given range
protected reparse ( string $name )
$name string Reparser service name

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

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

protected InputInterface,Symfony\Component\Console\Input $input
Результат Symfony\Component\Console\Input\InputInterface

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

protected SymfonyStyle,Symfony\Component\Console\Style $io
Результат Symfony\Component\Console\Style\SymfonyStyle

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

protected OutputInterface,Symfony\Component\Console\Output $output
Результат Symfony\Component\Console\Output\OutputInterface

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

protected db,phpbb\lock $reparse_lock
Результат phpbb\lock\db

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

protected manager,phpbb\textreparser $reparser_manager
Результат phpbb\textreparser\manager

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

protected service_collection,phpbb\di $reparsers
Результат phpbb\di\service_collection

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

The reparser's last $current ID as values
protected $resume_data