PHP Class Trismegiste\Mondrian\Command\SpaghettiCommand

Inheritance: extends AbstractParse
Mostra file Open project: trismegiste/mondrian

Protected Properties

Property Type Description
$connectionStrategy
$showCycle

Protected Methods

Method Description
configure ( )
getFullDesc ( )
getSubname ( )
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
processGraph ( Trismegiste\Mondrian\Graph\Graph $graph, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
getClassFor ( $strategy )

Method Details

configure() protected method

protected configure ( )

getFullDesc() protected method

protected getFullDesc ( )

getSubname() protected method

protected getSubname ( )

initialize() protected method

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

processGraph() protected method

protected processGraph ( Trismegiste\Mondrian\Graph\Graph $graph, Symfony\Component\Console\Output\OutputInterface $output )
$graph Trismegiste\Mondrian\Graph\Graph
$output Symfony\Component\Console\Output\OutputInterface

Property Details

$connectionStrategy protected_oe property

protected $connectionStrategy

$showCycle protected_oe property

protected $showCycle