Go\Aop\Pointcut\FunctionPointcut::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->nsFilter;
    }