PHP Class Ecg\Magniffer\Magniffer

Show file Open project: magento-ecg/magniffer Class Usage Examples

Protected Properties

Property Type Description
$finder Symfony\Component\Finder\Finder
$inspectors array[Inspector]

Public Methods

Method Description
__construct ( Finder $finder )
addInspector ( Inspector $inspector )
runInspection ( ) Run main process of inspection

Method Details

__construct() public method

public __construct ( Finder $finder )
$finder Symfony\Component\Finder\Finder

addInspector() public method

public addInspector ( Inspector $inspector )
$inspector Inspector

runInspection() public method

Run main process of inspection
public runInspection ( )

Property Details

$finder protected property

protected Finder,Symfony\Component\Finder $finder
return Symfony\Component\Finder\Finder

$inspectors protected property

protected array[Inspector] $inspectors
return array[Inspector]