PHP Interface SensioLabs\Deptrac\DependencyEmitter\DependencyEmitterInterface

Afficher le fichier Open project: sensiolabs-de/deptrac Interface Usage Examples

Méthodes publiques

Méthode Description
applyDependencies ( SensioLabs\AstRunner\AstParser\AstParserInterface $astParser, SensioLabs\AstRunner\AstMap $astMap, DependencyResult $dependencyResult ) : mixed
getName ( ) : string
supportsParser ( SensioLabs\AstRunner\AstParser\AstParserInterface $astParser ) : boolean

Method Details

applyDependencies() public méthode

public applyDependencies ( SensioLabs\AstRunner\AstParser\AstParserInterface $astParser, SensioLabs\AstRunner\AstMap $astMap, DependencyResult $dependencyResult ) : mixed
$astParser SensioLabs\AstRunner\AstParser\AstParserInterface
$astMap SensioLabs\AstRunner\AstMap
$dependencyResult SensioLabs\Deptrac\DependencyResult
Résultat mixed

getName() public méthode

public getName ( ) : string
Résultat string

supportsParser() public méthode

public supportsParser ( SensioLabs\AstRunner\AstParser\AstParserInterface $astParser ) : boolean
$astParser SensioLabs\AstRunner\AstParser\AstParserInterface
Résultat boolean