PHP 클래스 Trismegiste\Mondrian\Command\AbstractParse

Design pattern : Template Method
상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: trismegiste/mondrian 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fineTuning
$phpfinder
$reportFormat
$reportName

보호된 메소드들

메소드 설명
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
getFullDesc ( )
getPhpFinder ( $directory, $ignoreDir )
getSubname ( )
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Inject parameters of the command
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.

메소드 상세

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

getFullDesc() 보호된 메소드

protected getFullDesc ( )

getPhpFinder() 보호된 메소드

protected getPhpFinder ( $directory, $ignoreDir )

getSubname() 추상적인 보호된 메소드

abstract protected getSubname ( )

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

processGraph() 추상적인 보호된 메소드

The method that does the job : it computes/decorates/redifines the graph passed in parameter.
abstract protected processGraph ( Trismegiste\Mondrian\Graph\Graph $g, Symfony\Component\Console\Output\OutputInterface $out ) : Trismegiste\Mondrian\Graph\Graph
$g Trismegiste\Mondrian\Graph\Graph the graph to process
$out Symfony\Component\Console\Output\OutputInterface console output
리턴 Trismegiste\Mondrian\Graph\Graph the processed graph (the same or another)

프로퍼티 상세

$fineTuning 보호되어 있는 프로퍼티

protected $fineTuning

$phpfinder 보호되어 있는 프로퍼티

protected $phpfinder

$reportFormat 보호되어 있는 프로퍼티

protected $reportFormat

$reportName 보호되어 있는 프로퍼티

protected $reportName