PHP Class phpbb\console\command\reparser\list_all

Inheritance: extends phpbb\console\command\command
Datei anzeigen Open project: phpbb/phpbb

Protected Properties

Property Type Description
$reparser_names Names of the reparser services

Public Methods

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

Protected Methods

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:list

Method Details

__construct() public method

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

configure() protected method

Sets the command name and description
protected configure ( ) : null
return null

execute() protected method

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
return integer

Property Details

$reparser_names protected_oe property

Names of the reparser services
protected $reparser_names