|
TYPO3
7.6
|
Go to the documentation of this file.
10 $output->warning(
'Warning');
11 $output->caution(
'Caution');
12 $output->error(
'Error');
13 $output->success(
'Success');
14 $output->note(
'Note');
15 $output->block(
'Custom block',
'CUSTOM',
'fg=white;bg=green',
'X ',
true);