Pop\Auth\Role::getParent PHP Method

getParent() public method

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