Pop\Auth\Role::hasParent PHP Méthode

hasParent() public méthode

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