PHP Class Ecg\Magniffer\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: magento-ecg/magniffer

Public Methods

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

Protected Methods

Method Description
configure ( )
getFileIterator ( $path, $extensions ) : Finder
preparePatterns ( $patternsDir ) : array

Method Details

configure() protected method

protected configure ( )

execute() public method

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
return integer | null | void

getFileIterator() protected method

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

preparePatterns() protected method

protected preparePatterns ( $patternsDir ) : array
$patternsDir
return array