SensioLabs\Deptrac\DependencyResult\InheritDependency::__construct PHP Method

__construct() public method

public __construct ( $classA, $classB, SensioLabs\Deptrac\DependencyResult\DependencyInterface $originalDependency, SensioLabs\AstRunner\AstMap\AstInheritInterface $path )
$classA
$originalDependency SensioLabs\Deptrac\DependencyResult\DependencyInterface
$path SensioLabs\AstRunner\AstMap\AstInheritInterface
    public function __construct($classA, $classB, DependencyInterface $originalDependency, AstInheritInterface $path)
    {
        $this->classA = $classA;
        $this->classB = $classB;
        $this->originalDependency = $originalDependency;
        $this->path = $path;
    }