ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\GlobalScreen\GUI\Input\TokenContainer Class Reference
+ Collaboration diagram for ILIAS\GlobalScreen\GUI\Input\TokenContainer:

Public Member Functions

 __construct (private URLBuilder $builder, private URLBuilderToken $token)
 
 builder ()
 
 token ()
 

Detailed Description

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

Definition at line 30 of file TokenContainer.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\GUI\Input\TokenContainer::__construct ( private URLBuilder  $builder,
private URLBuilderToken  $token 
)

Definition at line 32 of file TokenContainer.php.

35 {
36 }

Member Function Documentation

◆ builder()

ILIAS\GlobalScreen\GUI\Input\TokenContainer::builder ( )

Definition at line 38 of file TokenContainer.php.

39 {
40 return $this->builder;
41 }

Referenced by ilMMTopItemTableComponent\__construct(), and ilMMSubItemTableComponent\__construct().

+ Here is the caller graph for this function:

◆ token()

ILIAS\GlobalScreen\GUI\Input\TokenContainer::token ( )

Definition at line 43 of file TokenContainer.php.

44 {
45 return $this->token;
46 }
$token
Definition: xapitoken.php:70

References $token.

Referenced by ilMMTopItemTableComponent\__construct(), and ilMMSubItemTableComponent\__construct().

+ Here is the caller graph for this function:

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