‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Command\HelpCommand Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Command\HelpCommand:

Protected Member Functions

 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 

Private Attributes

Command $command
 

Detailed Description

Extends the help command of symfony to show the specific help for Extbase commands

Deprecated:
‪since TYPO3 v9, will be removed in TYPO3 v10.0. Use symfony/console commands instead.

Definition at line 27 of file HelpCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Extbase\Command\HelpCommand::configure ( )
protected

{}

Definition at line 38 of file HelpCommand.php.

◆ execute()

TYPO3\CMS\Extbase\Command\HelpCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

{}

Definition at line 47 of file HelpCommand.php.

References $args, and $output.

Member Data Documentation

◆ $command

Command TYPO3\CMS\Extbase\Command\HelpCommand::$command
private

This needs to be re-set as the parent command has this property declared as "private" as well.

Definition at line 33 of file HelpCommand.php.