ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Data\Text\HTML\ExportFile Class Reference
+ Collaboration diagram for ILIAS\Data\Text\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\Data\Text\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\Data\Text\HTML\ExportFile::getObjectId ( )

Definition at line 33 of file ExportFile.php.

Referenced by ILIAS\Data\Text\HTML\ExportFileDBRepository\update().

33  : int
34  {
35  return $this->object_id;
36  }
+ Here is the caller graph for this function:

◆ getRid()

ILIAS\Data\Text\HTML\ExportFile::getRid ( )

Definition at line 38 of file ExportFile.php.

Referenced by ILIAS\Data\Text\HTML\ExportFileDBRepository\update().

38  : string
39  {
40  return $this->rid;
41  }
+ Here is the caller graph for this function:

◆ getTimestamp()

ILIAS\Data\Text\HTML\ExportFile::getTimestamp ( )

Definition at line 43 of file ExportFile.php.

References $timestamp.

Referenced by ILIAS\Data\Text\HTML\ExportFileDBRepository\update().

43  : string
44  {
45  return $this->timestamp;
46  }
foreach($mandatory_scripts as $file) $timestamp
Definition: buildRTE.php:70
+ Here is the caller graph for this function:

◆ getType()

ILIAS\Data\Text\HTML\ExportFile::getType ( )

Definition at line 48 of file ExportFile.php.

Referenced by ILIAS\Data\Text\HTML\ExportFileDBRepository\update().

48  : string
49  {
50  return $this->type;
51  }
+ Here is the caller graph for this function:

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