ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Data\ReferenceId Class Reference
+ Collaboration diagram for ILIAS\Data\ReferenceId:

Public Member Functions

 __construct (int $ref_id)
 
 toInt ()
 
 toObjectId ()
 

Private Attributes

int $ref_id
 

Detailed Description

Definition at line 32 of file ReferenceId.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Data\ReferenceId::__construct ( int  $ref_id)

Definition at line 36 of file ReferenceId.php.

References ILIAS\Data\ReferenceId\$ref_id.

37  {
38  $this->ref_id = $ref_id;
39  }

Member Function Documentation

◆ toInt()

ILIAS\Data\ReferenceId::toInt ( )

Definition at line 41 of file ReferenceId.php.

References ILIAS\Data\ReferenceId\$ref_id.

Referenced by ILIAS\Export\ExportHandler\Manager\Handler\getObjectIdCollectionBuilderFrom(), and ILIAS\GlobalScreen\ScreenContext\BasicScreenContext\withReferenceId().

41  : int
42  {
43  return $this->ref_id;
44  }
+ Here is the caller graph for this function:

◆ toObjectId()

ILIAS\Data\ReferenceId::toObjectId ( )

Field Documentation

◆ $ref_id

int ILIAS\Data\ReferenceId::$ref_id
private

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