Go\Aop\Support\TruePointFilter::getKind PHP 메소드

getKind() 공개 메소드

Returns the kind of point filter
public getKind ( ) : integer
리턴 integer
    public function getKind()
    {
        return self::KIND_ALL;
    }