PHP Class phpbb\console\command\reparser\list_all

Inheritance: extends phpbb\console\command\command
Afficher le fichier Open project: phpbb/phpbb

Protected Properties

Свойство Type Description
$reparser_names Names of the reparser services

Méthodes publiques

Méthode Description
__construct ( phpbb\user $user, phpbb\di\service_collection $reparsers ) Constructor

Méthodes protégées

Méthode 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:list

Method Details

__construct() public méthode

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

configure() protected méthode

Sets the command name and description
protected configure ( ) : null
Résultat null

execute() protected méthode

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
Résultat integer

Property Details

$reparser_names protected_oe property

Names of the reparser services
protected $reparser_names