TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
vendor
symfony
console
Tests
Fixtures
Style
SymfonyStyle
command
command_1.php
Go to the documentation of this file.
1
<?php
2
3
use
Symfony\Component\Console\Input\InputInterface
;
4
use
Symfony\Component\Console\Output\OutputInterface
;
5
use
Symfony\Component\Console\Style\SymfonyStyle
;
6
7
//Ensure has single blank line between titles and blocks
8
return
function
(
InputInterface
$input,
OutputInterface
$output) {
9
$output =
new
SymfonyStyle
($input, $output);
10
$output->title(
'Title'
);
11
$output->warning(
'Lorem ipsum dolor sit amet'
);
12
$output->title(
'Title'
);
13
};
Generated on Wed Nov 11 2015 01:51:51 for TYPO3 by
1.8.3