ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 return new ExportException($message);
44 }
$message
Definition: xapiexit.php:31

◆ 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: