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

Protected Member Functions

 getDefaultInputDefinition ()
 
 getDefaultHelperSet ()
 
- 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 ()
 

Additional Inherited Members

- 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)
 
- Static Public Member Functions inherited from Application
static getAbbreviations ($names)
 

Detailed Description

Definition at line 1024 of file ApplicationTest.php.

Member Function Documentation

getDefaultHelperSet ( )
protected

Gets the default helper set with the helpers that should always be available.

Returns
HelperSet A HelperSet instance

Definition at line 1041 of file ApplicationTest.php.

getDefaultInputDefinition ( )
protected

Overwrites the default input definition.

Returns
InputDefinition An InputDefinition instance

Definition at line 1031 of file ApplicationTest.php.

References InputOption\VALUE_NONE.