Go\Aop\Pointcut\AndPointcut::getKind PHP 메소드

getKind() 공개 메소드

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