Method |
Description |
|
configure ( ) |
|
|
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
|
|
flattenArray ( $data ) : array |
Flatten an array. |
|
generateXml ( DOMDocument $doc, mixed $data ) : DOMElement |
Generate a xml element from the input data. |
|
outputCsv ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, mixed $data ) |
Generate and output the data as CSV. |
|
outputJson ( Symfony\Component\Console\Output\OutputInterface $output, mixed $data ) |
Generate and output the data as JSON. |
|
outputPhp ( Symfony\Component\Console\Output\OutputInterface $output, mixed $data ) |
Generate and output the data as PHP. |
|
outputPrintf ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, mixed $data ) |
Generate and output the data as PHP. |
|
outputVprintf ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, mixed $data ) |
Generate and output the data as PHP. |
|
outputXml ( Symfony\Component\Console\Output\OutputInterface $output, mixed $data ) |
Generate and output the data as XML. |
|