Go\Aop\Pointcut\AnnotationPointcut::getKind PHP Method

getKind() public method

Returns the kind of point filter
public getKind ( ) : integer
return integer
    public function getKind()
    {
        return $this->filterKind;
    }