TYPO3  7.6
Public Attributes | Protected Member Functions | List of all members
FooCommand Class Reference
Inheritance diagram for FooCommand:
Command

Public Attributes

 $input
 
 $output
 

Protected Member Functions

 configure ()
 
 interact (InputInterface $input, OutputInterface $output)
 
 execute (InputInterface $input, OutputInterface $output)
 
- Protected Member Functions inherited from Command
 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 
 interact (InputInterface $input, OutputInterface $output)
 
 initialize (InputInterface $input, OutputInterface $output)
 

Additional Inherited Members

- Public Member Functions inherited from Command
 __construct ($name=null)
 
 ignoreValidationErrors ()
 
 setApplication (Application $application=null)
 
 setHelperSet (HelperSet $helperSet)
 
 getHelperSet ()
 
 getApplication ()
 
 isEnabled ()
 
 run (InputInterface $input, OutputInterface $output)
 
 setCode ($code)
 
 mergeApplicationDefinition ($mergeArgs=true)
 
 setDefinition ($definition)
 
 getDefinition ()
 
 getNativeDefinition ()
 
 addArgument ($name, $mode=null, $description= '', $default=null)
 
 addOption ($name, $shortcut=null, $mode=null, $description= '', $default=null)
 
 setName ($name)
 
 setProcessTitle ($title)
 
 getName ()
 
 setDescription ($description)
 
 getDescription ()
 
 setHelp ($help)
 
 getHelp ()
 
 getProcessedHelp ()
 
 setAliases ($aliases)
 
 getAliases ()
 
 getSynopsis ($short=false)
 
 addUsage ($usage)
 
 getUsages ()
 
 getHelper ($name)
 
 asText ()
 
 asXml ($asDom=false)
 

Detailed Description

Definition at line 7 of file FooCommand.php.

Member Function Documentation

configure ( )
protected

Definition at line 12 of file FooCommand.php.

execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Definition at line 26 of file FooCommand.php.

References $input, $output, and OutputInterface\writeln().

interact ( InputInterface  $input,
OutputInterface  $output 
)
protected

Definition at line 21 of file FooCommand.php.

References OutputInterface\writeln().

Member Data Documentation

$input

Definition at line 9 of file FooCommand.php.

Referenced by execute().

$output

Definition at line 10 of file FooCommand.php.

Referenced by execute().