PHP 클래스 Trismegiste\Mondrian\Command\TypeHintConfig

Overwrites any previous existing
상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: trismegiste/mondrian

보호된 프로퍼티들

프로퍼티 타입 설명
$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