Go\Aop\Support\DeclareParentsAdvisor::getClassFilter PHP 메소드

getClassFilter() 공개 메소드

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