PHP Class SensioLabs\Deptrac\RulesetEngine\RulesetViolation

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

Public Methods

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

Method Details

__construct() public method

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

getDependency() public method

public getDependency ( ) : Dependency | InheritDependency
return SensioLabs\Deptrac\DependencyResult\Dependency | SensioLabs\Deptrac\DependencyResult\InheritDependency

getLayerA() public method

public getLayerA ( ) : mixed
return mixed

getLayerB() public method

public getLayerB ( ) : mixed
return mixed