PHP Class Trismegiste\Mondrian\Command\TypeHintConfig

Overwrites any previous existing
Inheritance: extends Symfony\Component\Console\Command\Command
Mostrar archivo Open project: trismegiste/mondrian

Protected Properties

Property Type Description
$dryRunning
$fineTuning
$newConfigFile
$phpfinder

Protected Methods

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
getPhpFinder ( $directory, $ignoreDir )
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Inject parameters of the command
writeConfig ( GraphLogger $logger ) Dump the config

Method Details

configure() protected method

protected configure ( )

execute() protected method

{@inheritDoc}
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

getConfig() protected method

get the graph section of the configuration for this package
protected getConfig ( string $dir ) : array
$dir string the root dir of the package
return array

getPhpFinder() protected method

protected getPhpFinder ( $directory, $ignoreDir )

initialize() protected method

Inject parameters of the command
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

writeConfig() protected method

Dump the config
protected writeConfig ( GraphLogger $logger )
$logger Trismegiste\Mondrian\Transform\Logger\GraphLogger

Property Details

$dryRunning protected_oe property

protected $dryRunning

$fineTuning protected_oe property

protected $fineTuning

$newConfigFile protected_oe property

protected $newConfigFile

$phpfinder protected_oe property

protected $phpfinder