Go\Aop\Pointcut\PointcutReference::getKind PHP Méthode

getKind() public méthode

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