get_string('msg') ?? ''; $detail = $this->get_string('detail'); $hint = $this->get_string('hint'); $type = $this->get_string('type', 'error'); $data = array( 'msg' => $msg, 'detail' => $detail, 'hint' => $hint, 'type' => $type, ); $this->view('_template/toast', $data); } }