ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ILIAS\Glossary\Presentation\GlossaryPresentationRequest Class Reference

Glossary presentation request. More...

+ Collaboration diagram for ILIAS\Glossary\Presentation\GlossaryPresentationRequest:

Public Member Functions

 __construct (array $query_params)
 Constructor. More...
 
 getRequestedMobId ()
 
 getRequestedExportType ()
 
 getRequestedFileId ()
 
 getRequestedSearchString ()
 
 getRequestedDefinitionPageId ()
 
 getRequestedRefId ()
 
 getRequestedTermId ()
 
 getRequestedTaxNode ()
 
 getRequestedLetter ()
 

Protected Attributes

 $requested_ref_id
 
 $requested_term_id
 
 $requested_tax_node
 
 $requested_letter
 
 $requested_def_pg_id
 
 $requested_mob_id
 
 $requested_file_id
 
 $requested_export_type
 

Detailed Description

Glossary presentation request.

Author
killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 12 of file GlossaryPresentationRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::__construct ( array  $query_params)

Constructor.

Definition at line 57 of file GlossaryPresentationRequest.php.

58  {
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"];
68  }

Member Function Documentation

◆ getRequestedDefinitionPageId()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::getRequestedDefinitionPageId ( )

◆ getRequestedExportType()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::getRequestedExportType ( )

◆ getRequestedFileId()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::getRequestedFileId ( )

◆ getRequestedLetter()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::getRequestedLetter ( )

◆ getRequestedMobId()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::getRequestedMobId ( )

◆ getRequestedRefId()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::getRequestedRefId ( )

◆ getRequestedSearchString()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::getRequestedSearchString ( )
Returns
string

Definition at line 97 of file GlossaryPresentationRequest.php.

97  : string
98  {
99  return $this->requested_search_string;
100  }

◆ getRequestedTaxNode()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::getRequestedTaxNode ( )

◆ getRequestedTermId()

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::getRequestedTermId ( )

Field Documentation

◆ $requested_def_pg_id

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::$requested_def_pg_id
protected

◆ $requested_export_type

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::$requested_export_type
protected

◆ $requested_file_id

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::$requested_file_id
protected

◆ $requested_letter

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::$requested_letter
protected

◆ $requested_mob_id

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::$requested_mob_id
protected

◆ $requested_ref_id

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::$requested_ref_id
protected

◆ $requested_tax_node

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::$requested_tax_node
protected

◆ $requested_term_id

ILIAS\Glossary\Presentation\GlossaryPresentationRequest::$requested_term_id
protected

The documentation for this class was generated from the following file: