Go\Aop\Support\InheritanceClassFilter::__construct PHP Method

__construct() public method

Inheritance class matcher constructor
public __construct ( string $parentClassName )
$parentClassName string Name of the parent class or interface to match
    public function __construct($parentClassName)
    {
        $this->parentClass = $parentClassName;
    }
InheritanceClassFilter