ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\Export\HTML\DataService Class Reference
+ Collaboration diagram for ILIAS\Export\HTML\DataService:

Public Member Functions

 __construct ()
 
 exportFile (int $object_id, string $rid, string $timestamp, string $type)
 
 exportException (string $message)
 

Detailed Description

Definition at line 25 of file DataService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Export\HTML\DataService::__construct ( )

Definition at line 27 of file DataService.php.

28  {
29  }

Member Function Documentation

◆ exportException()

ILIAS\Export\HTML\DataService::exportException ( string  $message)

Definition at line 40 of file DataService.php.

42  : ExportException
43  {
44  return new ExportException($message);
45  }

◆ exportFile()

ILIAS\Export\HTML\DataService::exportFile ( int  $object_id,
string  $rid,
string  $timestamp,
string  $type 
)

Definition at line 31 of file DataService.php.

36  : ExportFile {
37  return new ExportFile($object_id, $rid, $timestamp, $type);
38  }
foreach($mandatory_scripts as $file) $timestamp
Definition: buildRTE.php:70

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