Go\Aop\Pointcut\FunctionPointcut::getClassFilter PHP Méthode

getClassFilter() public méthode

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