Go\Aop\Support\DeclareParentsAdvisor::getClassFilter PHP Method

getClassFilter() public method

This represents the class part of a pointcut. Note that method matching doesn't make sense to introductions.
public getClassFilter ( ) : Go\Aop\PointFilter
return Go\Aop\PointFilter The class filter
    public function getClassFilter()
    {
        return $this->classFilter;
    }