Go\Aop\Pointcut\PointcutReference::getKind PHP Метод

getKind() публичный Метод

Returns the kind of point filter
public getKind ( ) : integer
Результат integer
    public function getKind()
    {
        return $this->getPointcut()->getKind();
    }