Pop\Auth\Role::getParent PHP Метод

getParent() публичный Метод

Method to get the role parent
public getParent ( ) : Role
Результат Role
    public function getParent()
    {
        return $this->parent;
    }