59 $this->requested_ref_id = (int) $query_params[
"ref_id"];
60 $this->requested_term_id = (int) $query_params[
"term_id"];
61 $this->requested_tax_node = (int) $query_params[
"tax_node"];
62 $this->requested_letter = (string) $query_params[
"letter"];
63 $this->requested_def_pg_id = (int) $query_params[
"pg_id"];
64 $this->requested_search_string = (string) $query_params[
"srcstring"];
65 $this->requested_file_id = (string) $query_params[
"file_id"];
66 $this->requested_mob_id = (int) $query_params[
"mob_id"];
67 $this->requested_export_type = (string) $query_params[
"type"];
99 return $this->requested_search_string;
__construct(array $query_params)
Constructor.
getRequestedDefinitionPageId()
Glossary presentation request.
getRequestedSearchString()