Go\Aop\Support\ModifierMatcherFilter::getKind PHP Method

getKind() public method

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