Go\Aop\Pointcut\PointcutReference::getClassFilter PHP Method

getClassFilter() public method

Return the class filter for this pointcut.
public getClassFilter ( ) : Go\Aop\PointFilter
return Go\Aop\PointFilter
    public function getClassFilter()
    {
        return $this->getPointcut()->getClassFilter();
    }