17 $this->requested_ref_id = (int) $query_params[
"ref_id"];
18 $this->requested_transl = (string) $query_params[
"transl"];
19 $this->requested_focus_id = (int) $query_params[
"focus_id"];
20 $this->requested_obj_id = (int) $query_params[
"obj_id"];
21 $this->requested_back_pg = (string) $query_params[
"back_pg"];
22 $this->requested_frame = (string) $query_params[
"frame"];
23 $this->requested_search_string = (string) $query_params[
"srcstring"];
24 $this->requested_focus_return = (int) $query_params[
"focus_return"];
25 $this->requested_from_page = (string) $query_params[
"from_page"];
26 $this->requested_obj_type = (string) $query_params[
"obj_type"];
27 $this->requested_mob_id = (int) $query_params[
"mob_id"];
28 $this->requested_embed_mode = (int) $query_params[
"embed_mode"];
29 $this->requested_cmd = (string) $query_params[
"cmd"];
37 return $this->requested_ref_id;
45 return $this->requested_obj_id;
53 return $this->requested_obj_type;
61 return $this->requested_transl;
69 return $this->requested_focus_id;
77 return $this->requested_focus_return;
85 return $this->requested_back_pg;
93 return $this->requested_search_string;
101 return $this->requested_frame;
109 return $this->requested_from_page;
117 return $this->requested_mob_id;
125 return $this->requested_embed_mode;
133 return $this->requested_cmd;
getRequestedFocusReturn()
getRequestedSearchString()
getRequestedTranslation()
__construct(array $query_params)
Constructor.
Learning module presentation request.