PHP 클래스 Tuli\Command

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: ircmaxell/tuli 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultSkipExtensions string[]

공개 메소드들

메소드 설명
analyzeGraphs ( array $graphs )

보호된 메소드들

메소드 설명
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getGraphsFromFiles ( array $files, array $exclude, Parser $parser )

메소드 상세

analyzeGraphs() 공개 메소드

public analyzeGraphs ( array $graphs )
$graphs array

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

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

getGraphsFromFiles() 보호된 메소드

protected getGraphsFromFiles ( array $files, array $exclude, Parser $parser )
$files array
$exclude array
$parser PHPCfg\Parser

프로퍼티 상세

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

protected string[] $defaultSkipExtensions
리턴 string[]