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

getKind() public method

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