Exporter class for calendar data (xml)  
 More...
 | 
|   | init () | 
|   | 
|   | getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | 
|   | 
|   | getValidSchemaVersions (string $a_entity) | 
|   | 
|   | __construct () | 
|   | 
|   | setExport (ilExport $a_exp) | 
|   | 
|   | getExport () | 
|   | 
|   | getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | 
|   | 
|   | init () | 
|   | 
|   | setExportDirectories (string $a_dir_relative, string $a_dir_absolute) | 
|   | 
|   | getRelativeExportDirectory () | 
|   | 
|   | getAbsoluteExportDirectory () | 
|   | 
|   | getXmlExportHeadDependencies (string $a_entity, string $a_target_release, array $a_ids) | 
|   | Get head dependencies.  More...
  | 
|   | 
|   | getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) | 
|   | Get tail dependencies.  More...
  | 
|   | 
|   | getValidSchemaVersions (string $a_entity) | 
|   | Returns schema versions that the component can export to.  More...
  | 
|   | 
|   | determineSchemaVersion (string $a_entity, string $a_target_release) | 
|   | 
Exporter class for calendar data (xml) 
- Author
 - Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e 
 
- Version
 - $Id$ 
 
Definition at line 28 of file class.ilCalendarExporter.php.
 
◆ getValidSchemaVersions()
      
        
          | ilCalendarExporter::getValidSchemaVersions  | 
          ( | 
          string  | 
          $a_entity | ) | 
           | 
        
      
 
Definition at line 54 of file class.ilCalendarExporter.php.
   58                 "namespace" => 
"http://www.ilias.de/Services/Calendar/cal/4_3",
    59                 "xsd_file" => 
"ilias_cal_4_3.xsd",
    60                 "uses_dataset" => 
true,
  
 
 
◆ getXmlRepresentation()
      
        
          | ilCalendarExporter::getXmlRepresentation  | 
          ( | 
          string  | 
          $a_entity,  | 
        
        
           | 
           | 
          string  | 
          $a_schema_version,  | 
        
        
           | 
           | 
          string  | 
          $a_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 45 of file class.ilCalendarExporter.php.
   47         $this->ds->initByExporter($this);
    48         return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, [$a_id], 
"", 
true, 
true);
  
 
 
◆ init()
      
        
          | ilCalendarExporter::init  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ $ds
The documentation for this class was generated from the following file: