Method | Description | |
---|---|---|
_getLocalConfigFilename ( ) : string | ||
_wrapCData ( string $string ) : string | wrap utf-8 string as a | |
askForArguments ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void |
protected _getLocalConfigFilename ( ) : string | ||
return | string |
protected _wrapCData ( string $string ) : string | ||
$string | string | |
return | string | CDATA section or equivalent |
protected askForArguments ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |