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

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

보호된 프로퍼티들

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