PHP 클래스 Ecg\Magniffer\Command

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: magento-ecg/magniffer

공개 메소드들

메소드 설명
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void

보호된 메소드들

메소드 설명
configure ( )
getFileIterator ( $path, $extensions ) : Finder
preparePatterns ( $patternsDir ) : array

메소드 상세

configure() 보호된 메소드

protected configure ( )

execute() 공개 메소드

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 integer | null | void

getFileIterator() 보호된 메소드

protected getFileIterator ( $path, $extensions ) : Finder
$path
$extensions
리턴 Symfony\Component\Finder\Finder

preparePatterns() 보호된 메소드

protected preparePatterns ( $patternsDir ) : array
$patternsDir
리턴 array