Property | Type | Description | |
---|---|---|---|
$fineTuning | |||
$phpfinder | |||
$reportFormat | |||
$reportName |
Method | Description | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | {@inheritDoc} | |
getConfig ( string $dir ) : array | get the graph section of the configuration for this package | |
getFullDesc ( ) | ||
getPhpFinder ( $directory, $ignoreDir ) | ||
getSubname ( ) | ||
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | Inject parameters of the command | |
processGraph ( Trismegiste\Mondrian\Graph\Graph $g, Symfony\Component\Console\Output\OutputInterface $out ) : Trismegiste\Mondrian\Graph\Graph | The method that does the job : it computes/decorates/redifines the graph passed in parameter. |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
abstract protected processGraph ( Trismegiste\Mondrian\Graph\Graph $g, Symfony\Component\Console\Output\OutputInterface $out ) : Trismegiste\Mondrian\Graph\Graph | ||
$g | Trismegiste\Mondrian\Graph\Graph | the graph to process |
$out | Symfony\Component\Console\Output\OutputInterface | console output |
return | Trismegiste\Mondrian\Graph\Graph | the processed graph (the same or another) |