Go\Aop\Support\DeclareParentsAdvisor::getClassFilter PHP Méthode

getClassFilter() public méthode

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