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

getParent() public méthode

Method to get the role parent
public getParent ( ) : Role
Résultat Role
    public function getParent()
    {
        return $this->parent;
    }