PHP Interface SensioLabs\Deptrac\DependencyEmitter\DependencyEmitterInterface

Show file Open project: sensiolabs-de/deptrac Interface Usage Examples

Public Methods

Method 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 method

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
return mixed

getName() public method

public getName ( ) : string
return string

supportsParser() public method

public supportsParser ( SensioLabs\AstRunner\AstParser\AstParserInterface $astParser ) : boolean
$astParser SensioLabs\AstRunner\AstParser\AstParserInterface
return boolean