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;
    }