PHP Class SensioLabs\Deptrac\RulesetEngine\RulesetViolation

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

Méthodes publiques

Méthode Description
__construct ( SensioLabs\Deptrac\DependencyResult\DependencyInterface $dependency, $layerA, $layerB )
getDependency ( ) : Dependency | InheritDependency
getLayerA ( ) : mixed
getLayerB ( ) : mixed

Method Details

__construct() public méthode

public __construct ( SensioLabs\Deptrac\DependencyResult\DependencyInterface $dependency, $layerA, $layerB )
$dependency SensioLabs\Deptrac\DependencyResult\DependencyInterface
$layerA
$layerB

getDependency() public méthode

public getDependency ( ) : Dependency | InheritDependency
Résultat SensioLabs\Deptrac\DependencyResult\Dependency | SensioLabs\Deptrac\DependencyResult\InheritDependency

getLayerA() public méthode

public getLayerA ( ) : mixed
Résultat mixed

getLayerB() public méthode

public getLayerB ( ) : mixed
Résultat mixed