ci = $ci; } /** * Assign variables to RainTPL template through the PageBuilder. * * @param mixed $value Value to assign to the template */ protected function assignView(string $name, $value): self { $this->ci->pageBuilder->assign($name, $value); return $this; } }