|
TYPO3
7.6
|
Go to the documentation of this file.
10 $output->title(
'Title');
11 $output->askHidden(
'Hidden question');
12 $output->choice(
'Choice question with default', array(
'choice1',
'choice2'),
'choice1');
13 $output->confirm(
'Confirmation with yes default',
true);
14 $output->text(
'Duis aute irure dolor in reprehenderit in voluptate velit esse');