$fineTuning
$fineTuning :
AbstractParse transforms a bunch of php files into a digraph and exports it into a report file
Design pattern : Template Method
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.
\Trismegiste\Mondrian\Graph\Graph | $g | the graph to process |
\Symfony\Component\Console\Output\OutputInterface | $out | console output |
the processed graph (the same or another)