PHP Class Ecg\Magniffer\Magniffer

Afficher le fichier Open project: magento-ecg/magniffer Class Usage Examples

Protected Properties

Свойство Type Description
$finder Symfony\Component\Finder\Finder
$inspectors array[Inspector]

Méthodes publiques

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

Method Details

__construct() public méthode

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

addInspector() public méthode

public addInspector ( Inspector $inspector )
$inspector Inspector

runInspection() public méthode

Run main process of inspection
public runInspection ( )

Property Details

$finder protected_oe property

protected Finder,Symfony\Component\Finder $finder
Résultat Symfony\Component\Finder\Finder

$inspectors protected_oe property

protected array[Inspector] $inspectors
Résultat array[Inspector]