PHP 클래스 phpbb\console\command\reparser\reparse

상속: extends phpbb\console\command\command
파일 보기 프로젝트 열기: phpbb/phpbb

보호된 프로퍼티들

프로퍼티 타입 설명
$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