ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\StaticURL\Request\Request Class Reference
+ Collaboration diagram for ILIAS\StaticURL\Request\Request:

Public Member Functions

 __construct (private string $namespace, private ?ReferenceId $reference_id=null, private ?array $additional_parameters=null,)
 
 getNamespace ()
 
 getReferenceId ()
 
 getAdditionalParameters ()
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 28 of file Request.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\StaticURL\Request\Request::__construct ( private string  $namespace,
private ?ReferenceId  $reference_id = null,
private ?array  $additional_parameters = null 
)

Definition at line 30 of file Request.php.

34  {
35  }

Member Function Documentation

◆ getAdditionalParameters()

ILIAS\StaticURL\Request\Request::getAdditionalParameters ( )

Definition at line 47 of file Request.php.

Referenced by ILIAS\Blog\PermanentLink\StaticURLHandler\handle(), ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), ilKSDocumentationGotoLink\handle(), ILIAS\StaticURL\Handler\LegacyGotoHandler\handle(), and ilFileStaticURLHandler\handle().

47  : ?array
48  {
49  return $this->additional_parameters;
50  }
+ Here is the caller graph for this function:

◆ getNamespace()

ILIAS\StaticURL\Request\Request::getNamespace ( )

Definition at line 37 of file Request.php.

References $namespace.

Referenced by ILIAS\StaticURL\Handler\BaseHandler\canHandle().

37  : string
38  {
39  return $this->namespace;
40  }
if($err=$client->getError()) $namespace
+ Here is the caller graph for this function:

◆ getReferenceId()

ILIAS\StaticURL\Request\Request::getReferenceId ( )

Definition at line 42 of file Request.php.

Referenced by ILIAS\Blog\PermanentLink\StaticURLHandler\handle(), ilKSDocumentationGotoLink\handle(), ILIAS\Exercise\PermanentLink\StaticURLHandler\handle(), and ilFileStaticURLHandler\handle().

42  : ?ReferenceId
43  {
44  return $this->reference_id;
45  }
+ Here is the caller graph for this function:

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