TYPO3  7.6
Public Member Functions | List of all members
CustomDefaultCommandApplication Class Reference
Inheritance diagram for CustomDefaultCommandApplication:
Application

Public Member Functions

 __construct ()
 
- Public Member Functions inherited from Application
 __construct ($name= 'UNKNOWN', $version= 'UNKNOWN')
 
 setDispatcher (EventDispatcherInterface $dispatcher)
 
 run (InputInterface $input=null, OutputInterface $output=null)
 
 doRun (InputInterface $input, OutputInterface $output)
 
 setHelperSet (HelperSet $helperSet)
 
 getHelperSet ()
 
 setDefinition (InputDefinition $definition)
 
 getDefinition ()
 
 getHelp ()
 
 setCatchExceptions ($boolean)
 
 setAutoExit ($boolean)
 
 getName ()
 
 setName ($name)
 
 getVersion ()
 
 setVersion ($version)
 
 getLongVersion ()
 
 register ($name)
 
 addCommands (array $commands)
 
 add (Command $command)
 
 get ($name)
 
 has ($name)
 
 getNamespaces ()
 
 findNamespace ($namespace)
 
 find ($name)
 
 all ($namespace=null)
 
 asText ($namespace=null, $raw=false)
 
 asXml ($namespace=null, $asDom=false)
 
 renderException ($e, $output)
 
 getTerminalDimensions ()
 
 setTerminalDimensions ($width, $height)
 
 extractNamespace ($name, $limit=null)
 
 setDefaultCommand ($commandName)
 

Additional Inherited Members

- Static Public Member Functions inherited from Application
static getAbbreviations ($names)
 
- Protected Member Functions inherited from Application
 getTerminalWidth ()
 
 getTerminalHeight ()
 
 configureIO (InputInterface $input, OutputInterface $output)
 
 doRunCommand (Command $command, InputInterface $input, OutputInterface $output)
 
 getCommandName (InputInterface $input)
 
 getDefaultInputDefinition ()
 
 getDefaultCommands ()
 
 getDefaultHelperSet ()
 

Detailed Description

Definition at line 1047 of file ApplicationTest.php.

Constructor & Destructor Documentation

__construct ( )

Overwrites the constructor in order to set a different default command.

Definition at line 1052 of file ApplicationTest.php.

References Application\add(), and Application\setDefaultCommand().