ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Export\HTML\ExportFile Class Reference
+ Collaboration diagram for ILIAS\Export\HTML\ExportFile:

Public Member Functions

 __construct (protected int $object_id, protected string $rid, protected string $timestamp, protected string $type)
 
 getObjectId ()
 
 getRid ()
 
 getTimestamp ()
 
 getType ()
 

Detailed Description

Definition at line 23 of file ExportFile.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Export\HTML\ExportFile::__construct ( protected int  $object_id,
protected string  $rid,
protected string  $timestamp,
protected string  $type 
)

Definition at line 25 of file ExportFile.php.

30 {
31 }

Member Function Documentation

◆ getObjectId()

ILIAS\Export\HTML\ExportFile::getObjectId ( )

Definition at line 33 of file ExportFile.php.

33 : int
34 {
35 return $this->object_id;
36 }

Referenced by ILIAS\Export\HTML\ExportFileDBRepository\update().

+ Here is the caller graph for this function:

◆ getRid()

ILIAS\Export\HTML\ExportFile::getRid ( )

Definition at line 38 of file ExportFile.php.

38 : string
39 {
40 return $this->rid;
41 }

Referenced by ILIAS\components\Export\HTML\ExportFileManager\deliver(), and ILIAS\Export\HTML\ExportFileDBRepository\update().

+ Here is the caller graph for this function:

◆ getTimestamp()

ILIAS\Export\HTML\ExportFile::getTimestamp ( )

Definition at line 43 of file ExportFile.php.

43 : string
44 {
45 return $this->timestamp;
46 }
foreach($mandatory_scripts as $file) $timestamp
Definition: buildRTE.php:70

References $timestamp.

Referenced by ILIAS\Export\HTML\ExportFileDBRepository\update().

+ Here is the caller graph for this function:

◆ getType()

ILIAS\Export\HTML\ExportFile::getType ( )

Definition at line 48 of file ExportFile.php.

48 : string
49 {
50 return $this->type;
51 }

Referenced by ILIAS\Export\HTML\ExportFileDBRepository\update().

+ Here is the caller graph for this function:

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