PHP Класс Trismegiste\Mondrian\Command\TypeHintConfig

Overwrites any previous existing
Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$dryRunning
$fineTuning
$newConfigFile
$phpfinder

Защищенные методы

Метод Описание
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

Описание методов

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

{@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() защищенный Метод

get the graph section of the configuration for this package
protected getConfig ( string $dir ) : array
$dir string the root dir of the package
Результат array

getPhpFinder() защищенный Метод

protected getPhpFinder ( $directory, $ignoreDir )

initialize() защищенный Метод

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() защищенный Метод

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

Описание свойств

$dryRunning защищенное свойство

protected $dryRunning

$fineTuning защищенное свойство

protected $fineTuning

$newConfigFile защищенное свойство

protected $newConfigFile

$phpfinder защищенное свойство

protected $phpfinder