Property | Type | Description | |
---|---|---|---|
$input | Symfony\Component\Console\Input\InputInterface | ||
$io | |||
$output | Symfony\Component\Console\Output\OutputInterface | ||
$reparse_lock | phpbb\lock\db | ||
$reparser_manager | |||
$reparsers | phpbb\di\service_collection | ||
$resume_data | The reparser's last $current ID as values |
Method | Description | |
---|---|---|
__construct ( phpbb\user $user, phpbb\lock\db $reparse_lock, |
Constructor |
Method | Description | |
---|---|---|
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 |
public __construct ( phpbb\user $user, phpbb\lock\db $reparse_lock, |
||
$user | phpbb\user | |
$reparse_lock | phpbb\lock\db | |
$reparser_manager | ||
$reparsers | phpbb\di\service_collection |
protected get_option ( string $option_name ) : integer | ||
$option_name | string | Option name |
return | integer |
protected InputInterface,Symfony\Component\Console\Input $input | ||
return | Symfony\Component\Console\Input\InputInterface |
protected SymfonyStyle,Symfony\Component\Console\Style $io | ||
return |
protected OutputInterface,Symfony\Component\Console\Output $output | ||
return | Symfony\Component\Console\Output\OutputInterface |
protected manager,phpbb\textreparser $reparser_manager | ||
return |
protected service_collection,phpbb\di $reparsers | ||
return | phpbb\di\service_collection |