Pop\Auth\Role::hasParent PHP 메소드

hasParent() 공개 메소드

Method to see if the role has a parent
public hasParent ( ) : Role
리턴 Role
    public function hasParent()
    {
        return null !== $this->parent;
    }