Pop\Auth\Role::hasParent PHP Method

hasParent() public method

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