ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ilDataCollectionDataSet Class Reference
+ Inheritance diagram for ilDataCollectionDataSet:
+ Collaboration diagram for ilDataCollectionDataSet:

Public Member Functions

 __construct ()
 
 getSupportedVersions ()
 
 getCache (string $a_entity)
 Get cached data from a given entity. More...
 
 readData (string $a_entity, string $a_version, array $a_ids)
 Read data from Cache for a given entity and ID(s) More...
 
- Public Member Functions inherited from ilDataSet
 __construct ()
 
 init (string $a_entity, string $a_schema_version)
 Init. More...
 
 getSupportedVersions ()
 
 readData (string $a_entity, string $a_version, array $a_ids)
 Read data from DB. More...
 
 initByExporter (ilXmlExporter $xml_exporter)
 
 setImportDirectory (string $a_val)
 
 getImportDirectory ()
 
 setDSPrefix (string $a_val)
 
 getDSPrefix ()
 
 getDSPrefixString ()
 
 getDirectDataFromQuery (string $a_query, bool $a_convert_to_leading_upper=true, bool $a_set=true)
 Get data from query.This is a standard procedure, all db field names are directly mapped to abstract fields. More...
 
 convertToLeadingUpper (string $a_str)
 Make xyz_abc a XyzAbc string. More...
 
 getXmlRepresentation (string $a_entity, string $a_schema_version, ?array $a_ids, string $a_field="", bool $a_omit_header=false, bool $a_omit_types=false)
 Get xml representation <dataset install_id="123" install_url="..."> <types entity="table_name" version="4.0.1"> <ftype name="field_1" type="text"> <ftype name="field_2" type="date"> <ftype name="field_3" type="integer"> </types> <types ...> ... More...
 
 addRecordsXml (ilXmlWriter $a_writer, array $a_prefixes, string $a_entity, string $a_schema_version, array $a_ids, ?string $a_field="")
 
 afterXmlRecordWriting (string $a_entity, string $a_version, array $a_set)
 
 getNamespaces (array &$namespaces, string $a_entity, string $a_schema_version)
 
 getXmlRecord (string $a_entity, string $a_version, array $a_set)
 Get xml record for version. More...
 
 getXmlTypes (string $a_entity, string $a_version)
 Get xml types. More...
 
 getXMLEntityName (string $a_entity, string $a_version)
 Get entity name for xml (may be overwritten) More...
 
 getXMLEntityTag (string $a_entity, string $a_schema_version)
 Get entity tag. More...
 
 setImport (ilSurveyImporter $a_val)
 
 getImport ()
 
 setCurrentInstallationId (string $a_val)
 
 getCurrentInstallationId ()
 
 importRecord (string $a_entity, array $a_types, array $a_rec, ilImportMapping $a_mapping, string $a_schema_version)
 Needs to be overwritten for import use case. More...
 
 getCollection (array $record, string $entity, string $schema_version, string $field, string $value)
 
 getContainerExportConfig (array $record, string $entity, string $schema_version, string $field, string $value)
 

Protected Member Functions

 getXmlNamespace (string $a_entity, string $a_schema_version)
 
 escapeArray (array $array)
 
 getTypes (string $a_entity, string $a_version)
 Map XML attributes of entities to datatypes (text, integer...) More...
 
 getDependencies (string $a_entity, string $a_version, ?array $a_rec=null, ?array $a_ids=null)
 Return dependencies form entities to other entities (in our case these are all the DB relations) More...
 
 _readData (string $a_entity, array $a_ids)
 Build data array, data is read from cache except dcl object itself. More...
 
 buildCache (string $a_entity, ilDBStatement $set)
 
- Protected Member Functions inherited from ilDataSet
 getTypes (string $a_entity, string $a_version)
 Get (abstract) types for (abstract) field names. More...
 
 getXmlNamespace (string $a_entity, string $a_schema_version)
 
 getExportDirInContainer (string $exp_dir)
 
 getIRSSContainerExportConfig (StorableResource $source_container, string $source_path, string $target_path="")
 
 getDependencies (string $a_entity, string $a_version, ?array $a_rec=null, ?array $a_ids=null)
 
 createObjectExportId (string $a_type, string $a_id)
 Build ilias export id. More...
 
 parseObjectExportId (string $a_id, ?string $a_fallback_id=null)
 Parse export id. More...
 
 stripTags (array $rec, array $omit_keys=[])
 

Protected Attributes

array $record_field_ids_2_storage = []
 
array $caches
 
array ilObjDataCollection $import_dc_object
 
array $import_record_field_cache = []
 Caches ilDclBaseRecordFieldModel objects. More...
 
ilObjUser $user
 
ILIAS Refinery Factory $refinery
 
array $import_temp_refs = []
 
array $import_temp_refs_props = []
 
array $import_temp_new_mob_ids = []
 
- Protected Attributes inherited from ilDataSet
ILIAS ResourceStorage Services $irss
 
string $current_installation_id = ""
 
array $data = []
 
ilDBInterface $db
 
ilLogger $ds_log
 
string $import_directory = ""
 
string $entity = ""
 
string $schema_version = ""
 
string $component_export_dir = ""
 
string $ds_prefix = "ds"
 
string $version = ""
 
ilSurveyImporter $import
 
ilExport $export
 

Additional Inherited Members

- Data Fields inherited from ilDataSet
const DATASET_NS = 'http://www.ilias.de/Services/DataSet/ds/4_3'
 
const DATASET_NS_PREFIX = 'ds'
 
const EXPORT_NO_INST_ID = 1
 
const EXPORT_ID_ILIAS_LOCAL = 2
 
const EXPORT_ID_ILIAS_LOCAL_INVALID = 3
 
const EXPORT_ID_ILIAS_REMOTE = 4
 
const EXPORT_ID_ILIAS_REMOTE_INVALID = 5
 
const EXPORT_ID = 6
 
const EXPORT_ID_INVALID = 7
 
int $dircnt = 0
 

Detailed Description

Definition at line 21 of file class.ilDataCollectionDataSet.php.

Constructor & Destructor Documentation

◆ __construct()

ilDataCollectionDataSet::__construct ( )

Definition at line 76 of file class.ilDataCollectionDataSet.php.

References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\refinery(), and ILIAS\Repository\user().

77  {
78  global $DIC;
80  $this->db = $DIC->database();
81  $this->user = $DIC->user();
82  $this->refinery = $DIC->refinery();
83  }
global $DIC
Definition: shib_login.php:25
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ _readData()

ilDataCollectionDataSet::_readData ( string  $a_entity,
array  $a_ids 
)
protected

Build data array, data is read from cache except dcl object itself.

Parameters
$a_entity
$a_ids

Definition at line 878 of file class.ilDataCollectionDataSet.php.

References ilDataSet\$data, $id, ilObject\_lookupType(), and getCache().

Referenced by readData().

878  : void
879  {
880  switch ($a_entity) {
881  case 'dcl':
882  foreach ($a_ids as $dcl_id) {
883  if (ilObject::_lookupType((int) $dcl_id) === 'dcl') {
884  $obj = new ilObjDataCollection((int) $dcl_id, false);
885  $data = [
886  'id' => $dcl_id,
887  'title' => $obj->getTitle(),
888  'description' => $obj->getDescription(),
889  'is_online' => $obj->getOnline() ? '1' : '0',
890  'rating' => $obj->getRating() ? '1' : '0',
891  'public_notes' => $obj->getPublicNotes() ? '1' : '0',
892  'approval' => $obj->getApproval() ? '1' : '0',
893  'notification' => $obj->getNotification() ? '1' : '0',
894  ];
895  $this->caches['dcl'][$dcl_id] = $data;
896  $this->data[] = $data;
897  }
898  }
899  break;
900  default:
901  $data = $this->getCache($a_entity);
902  foreach ($a_ids as $id) {
903  $this->data[] = $data[$id];
904  }
905  }
906  }
getCache(string $a_entity)
Get cached data from a given entity.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:24
static _lookupType(int $id, bool $reference=false)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ buildCache()

ilDataCollectionDataSet::buildCache ( string  $a_entity,
ilDBStatement  $set 
)
protected

Definition at line 908 of file class.ilDataCollectionDataSet.php.

References ilDataSet\$data, $id, and getTypes().

Referenced by getDependencies().

908  : array
909  {
910  $fields = array_keys($this->getTypes($a_entity, ''));
911  $ids = [];
912  while ($rec = $this->db->fetchObject($set)) {
913  $data = [];
914  foreach ($fields as $field) {
915  $data[$field] = $rec->{$field};
916  }
917  $id = $rec->id;
918  $this->caches[$a_entity][$id] = $data;
919  $ids[] = $id;
920  }
921 
922  return $ids;
923  }
getTypes(string $a_entity, string $a_version)
Map XML attributes of entities to datatypes (text, integer...)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:24
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ escapeArray()

ilDataCollectionDataSet::escapeArray ( array  $array)
protected

Definition at line 496 of file class.ilDataCollectionDataSet.php.

References $id, ilObjMediaObject\_saveUsage(), ilImportMapping\getMapping(), ilImportMapping\getTargetId(), and ILIAS\Repository\refinery().

Referenced by getXmlNamespace().

496  : array
497  {
498  $new = [];
499  foreach ($array as $key => $value) {
500  $newkey = $key;
501  if (is_string($key)) {
502  $newkey = $this->refinery->encode()->htmlSpecialCharsAsEntities()->transform($key);
503  }
504  $newvalue = $value;
505  if (is_string($value)) {
506  $newvalue = $this->refinery->encode()->htmlSpecialCharsAsEntities()->transform($value);
507  }
508  if (is_array($value)) {
509  $newvalue = $this->escapeArray($value);
510  }
511  $new[$newkey] = $newvalue;
512  }
513  return $new;
514  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getCache()

ilDataCollectionDataSet::getCache ( string  $a_entity)

Get cached data from a given entity.

Exceptions
ilException

Definition at line 94 of file class.ilDataCollectionDataSet.php.

Referenced by _readData().

94  : array
95  {
96  if (!in_array($a_entity, array_keys($this->caches))) {
97  throw new ilException("Entity '$a_entity' does not exist in Cache");
98  }
99 
100  return $this->caches[$a_entity];
101  }
+ Here is the caller graph for this function:

◆ getDependencies()

ilDataCollectionDataSet::getDependencies ( string  $a_entity,
string  $a_version,
?array  $a_rec = null,
?array  $a_ids = null 
)
protected

Return dependencies form entities to other entities (in our case these are all the DB relations)

Parameters
string$a_entity
string$a_version
array | null$a_rec
array | null$a_ids
Returns
array

Definition at line 700 of file class.ilDataCollectionDataSet.php.

References $id, buildCache(), and ilDclCache\getFieldCache().

705  : array {
706  if (!$a_rec && !$a_ids) {
707  return [];
708  }
709  switch ($a_entity) {
710  case 'dcl':
711  $set = $this->db->query('SELECT * FROM il_dcl_table WHERE obj_id = ' . $this->db->quote(
712  $a_rec['id'],
713  'integer'
714  ) . ' ORDER BY id');
715  $ids = $this->buildCache('il_dcl_table', $set);
716 
717  return [
718  'il_dcl_table' => ['ids' => $ids],
719  ];
720  case 'il_dcl_table':
721  $set = $this->db->query('SELECT * FROM il_dcl_record WHERE table_id = ' . $this->db->quote(
722  $a_rec['id'],
723  'integer'
724  ));
725  $ids_records = $this->buildCache('il_dcl_record', $set);
726  $set = $this->db->query('SELECT il_dcl_field.*, il_dcl_datatype.title as datatype_title FROM il_dcl_field INNER JOIN il_dcl_datatype ON il_dcl_field.datatype_id = il_dcl_datatype.id WHERE table_id = ' . $this->db->quote(
727  $a_rec['id'],
728  'integer'
729  ));
730  $ids_fields = $this->buildCache('il_dcl_field', $set);
731  $set = $this->db->query('SELECT * FROM il_dcl_tableview WHERE table_id = ' . $this->db->quote(
732  $a_rec['id'],
733  'integer'
734  ));
735  $ids_tableviews = $this->buildCache('il_dcl_tableview', $set);
736  $set = $this->db->query('SELECT * FROM il_dcl_tfield_set WHERE table_id = ' . $this->db->quote(
737  $a_rec['id'],
738  'integer'
739  ));
740  $ids_tablefield_settings = $this->buildCache('il_dcl_tfield_set', $set);
741 
742  return [
743  'il_dcl_field' => ['ids' => $ids_fields],
744  'il_dcl_record' => ['ids' => $ids_records],
745  'il_dcl_tableview' => ['ids' => $ids_tableviews],
746  'il_dcl_tfield_set' => ['ids' => $ids_tablefield_settings],
747  ];
748  case 'il_dcl_field':
749  $set = $this->db->query('SELECT * FROM il_dcl_field_prop WHERE field_id = ' . $this->db->quote(
750  $a_rec['id'],
751  'integer'
752  ));
753  $prop_ids = $this->buildCache('il_dcl_field_prop', $set);
754 
755  $set = $this->db->query('SELECT * FROM il_dcl_sel_opts WHERE field_id = ' . $this->db->quote(
756  $a_rec['id'],
757  'integer'
758  ));
759  $opt_ids = $this->buildCache('il_dcl_sel_opts', $set);
760 
761  return [
762  'il_dcl_field_prop' => ['ids' => $prop_ids],
763  'il_dcl_sel_opts' => ['ids' => $opt_ids],
764  ];
765  case 'il_dcl_record':
766  $sql = 'SELECT rf.*, d.storage_location FROM il_dcl_record_field AS rf' . ' INNER JOIN il_dcl_field AS f ON (f.id = rf.field_id)'
767  . ' INNER JOIN il_dcl_datatype AS d ON (f.datatype_id = d.id) ' . ' WHERE rf.record_id = '
768  . $this->db->quote($a_rec['id'], 'integer');
769  $set = $this->db->query($sql);
770  $ids = $this->buildCache('il_dcl_record_field', $set);
771 
772  $set = $this->db->query($sql);
773  while ($rec = $this->db->fetchObject($set)) {
774  $this->record_field_ids_2_storage[$rec->id] = ilDclCache::getFieldCache($rec->field_id)->getStorageLocation();
775  }
776  // Also build a cache of all values, no matter in which table they are (il_dcl_stloc(1|2|3)_value)
777  $sql
778  = 'SELECT rf.id AS record_field_id, st1.value AS value1, st2.value AS value2, st3.value AS value3 FROM il_dcl_record_field AS rf '
779  . 'LEFT JOIN il_dcl_stloc1_value AS st1 ON (st1.record_field_id = rf.id) '
780  . 'LEFT JOIN il_dcl_stloc2_value AS st2 ON (st2.record_field_id = rf.id) '
781  . 'LEFT JOIN il_dcl_stloc3_value AS st3 ON (st3.record_field_id = rf.id) ' . 'WHERE rf.record_id = '
782  . $this->db->quote($a_rec['id'], 'integer');
783  $set = $this->db->query($sql);
784 
785  while ($rec = $this->db->fetchObject($set)) {
786  $stloc = $this->record_field_ids_2_storage[$rec->record_field_id];
787  $value = null;
788  if ($stloc != 0) {
789  $value = "value$stloc";
790  $value = $rec->{$value};
791  }
792  // Save reocrd field id. Internal ID is not used currently
793  $this->caches["il_dcl_stloc{$stloc}_value"][$rec->record_field_id] = [
794  'record_field_id' => $rec->record_field_id,
795  'value' => $value,
796  ];
797  }
798 
799  return [
800  'il_dcl_record_field' => ['ids' => $ids],
801  ];
802  case 'il_dcl_tableview':
803  $set = $this->db->query('SELECT * FROM il_dcl_tview_set WHERE tableview_id = ' . $this->db->quote(
804  $a_rec['id'],
805  'integer'
806  ));
807  $ids = $this->buildCache('il_dcl_tview_set', $set);
808 
809  return [
810  'il_dcl_tview_set' => ['ids' => $ids],
811  ];
812  case 'il_dcl_tview_set':
813 
814  if (!(int) $a_rec['field'] > 0) {
815  break;
816  }
817  // Also build a cache of all values, no matter in which table they are (il_dcl_stloc(1|2|3)_value)
818  $sql
819  = '
820  SELECT tview_set.id AS tview_set_id, st1.value AS value1, st2.value AS value2, st3.value AS value3,
821  st1.id AS id1, st2.id AS id2, st3.id AS id3
822  FROM il_dcl_tview_set AS tview_set
823  LEFT JOIN il_dcl_stloc1_default AS st1 ON (st1.tview_set_id = tview_set.id)
824  LEFT JOIN il_dcl_stloc2_default AS st2 ON (st2.tview_set_id = tview_set.id)
825  LEFT JOIN il_dcl_stloc3_default AS st3 ON (st3.tview_set_id = tview_set.id)
826  WHERE tview_set.id = ' . $this->db->quote($a_rec['id'], 'integer');
827  $set = $this->db->query($sql);
828 
829  while ($rec = $this->db->fetchObject($set)) {
830  $stloc = ilDclCache::getFieldCache((int) $a_rec['field'])->getStorageLocation();
831  if ($stloc != 0) {
832  $value_str = "value$stloc";
833  $value = $rec->{$value_str};
834  $id_str = "id$stloc";
835  $id = $rec->{$id_str};
836  $tview_set_id = $rec->tview_set_id;
837 
838  // Save reocrd field id. Internal ID is not used currently
839  $this->caches["il_dcl_stloc" . "$stloc" . "_default"][$rec->tview_set_id] = [
840  'id' => $id,
841  'tview_set_id' => $rec->tview_set_id,
842  'value' => $value,
843  ];
844 
845  return [
846  "il_dcl_stloc{$stloc}_default" => ['ids' => [$tview_set_id]],
847  ];
848  }
849  }
850  break;
851  case 'il_dcl_record_field':
852  $record_field_id = $a_rec['id'];
853  $storage_loc = $this->record_field_ids_2_storage[$record_field_id];
854 
855  return [
856  "il_dcl_stloc{$storage_loc}_value" => ['ids' => [$record_field_id]],
857  ];
858  }
859 
860  return [];
861  }
buildCache(string $a_entity, ilDBStatement $set)
static getFieldCache(int $field_id=0)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:24
+ Here is the call graph for this function:

◆ getSupportedVersions()

ilDataCollectionDataSet::getSupportedVersions ( )

Definition at line 85 of file class.ilDataCollectionDataSet.php.

85  : array
86  {
87  return ['4.5.0', '8.13'];
88  }

◆ getTypes()

ilDataCollectionDataSet::getTypes ( string  $a_entity,
string  $a_version 
)
protected

Map XML attributes of entities to datatypes (text, integer...)

Definition at line 563 of file class.ilDataCollectionDataSet.php.

Referenced by buildCache().

563  : array
564  {
565  switch ($a_entity) {
566  case 'dcl':
567  return [
568  "id" => "integer",
569  "title" => "text",
570  "description" => "text",
571  'is_online' => 'integer',
572  'rating' => 'integer',
573  'public_notes' => 'integer',
574  'approval' => 'integer',
575  'notification' => 'integer',
576  ];
577  case 'il_dcl_table':
578  return [
579  'id' => 'integer',
580  'obj_id' => 'integer',
581  'title' => 'text',
582  'add_perm' => 'integer',
583  'edit_perm' => 'integer',
584  'delete_perm' => 'integer',
585  'edit_by_owner' => 'integer',
586  'limited' => 'integer',
587  'limit_start' => 'text',
588  'limit_end' => 'text',
589  'is_visible' => 'integer',
590  'export_enabled' => 'integer',
591  'import_enabled' => 'integer',
592  'default_sort_field_id' => 'text',
593  'default_sort_field_order' => 'text',
594  'description' => 'text',
595  'public_comments' => 'integer',
596  'view_own_records_perm' => 'integer',
597  'delete_by_owner' => 'integer',
598  'save_confirmation' => 'integer',
599  'table_order' => 'integer',
600  ];
601  case 'il_dcl_tableview':
602  return [
603  'id' => 'integer',
604  'table_id' => 'integer',
605  'title' => 'text',
606  'roles' => 'text',
607  'description' => 'text',
608  'tableview_order' => 'integer',
609  ];
610  case 'il_dcl_field':
611  return [
612  'id' => 'integer',
613  'table_id' => 'integer',
614  'title' => 'text',
615  'description' => 'text',
616  'datatype_id' => 'integer',
617  'datatype_title' => 'text',
618  'is_unique' => 'integer',
619  ];
620  case 'il_dcl_tview_set':
621  return [
622  'id' => 'integer',
623  'tableview_id' => 'integer',
624  'field' => 'text',
625  'visible' => 'integer',
626  'in_filter' => 'integer',
627  'filter_value' => 'text',
628  'filter_changeable' => 'integer',
629  'required_create' => 'integer',
630  'required_edit' => 'integer',
631  'locked_create' => 'integer',
632  'locked_edit' => 'integer',
633  'visible_create' => 'integer',
634  'visible_edit' => 'integer',
635  'default_value' => 'text',
636  ];
637  case 'il_dcl_tfield_set':
638  return [
639  'id' => 'integer',
640  'table_id' => 'integer',
641  'field' => 'text',
642  'field_order' => 'integer',
643  'exportable' => 'integer',
644  ];
645  case 'il_dcl_field_prop':
646  return [
647  'id' => 'integer',
648  'field_id' => 'integer',
649  'name' => 'text',
650  'value' => 'integer',
651  ];
652  case 'il_dcl_sel_opts':
653  return [
654  'id' => 'integer',
655  'field_id' => 'integer',
656  'opt_id' => 'integer',
657  'sorting' => 'integer',
658  'value' => 'text',
659  ];
660  case 'il_dcl_record':
661  return [
662  'id' => 'integer',
663  'table_id' => 'integer',
664  ];
665  case 'il_dcl_record_field':
666  return [
667  'id' => 'integer',
668  'record_id' => 'integer',
669  'field_id' => 'integer',
670  ];
671  case 'il_dcl_stloc1_value':
672  case 'il_dcl_stloc2_value':
673  case 'il_dcl_stloc3_value':
674  return [
675  'id' => 'integer',
676  'record_field_id' => 'integer',
677  'value' => 'text',
678  ];
679  case 'il_dcl_stloc1_default':
680  case 'il_dcl_stloc2_default':
681  case 'il_dcl_stloc3_default':
682  return [
683  'id' => 'integer',
684  'tview_set_id' => 'integer',
685  'value' => 'text',
686  ];
687  default:
688  return [];
689  }
690  }
+ Here is the caller graph for this function:

◆ getXmlNamespace()

◆ readData()

ilDataCollectionDataSet::readData ( string  $a_entity,
string  $a_version,
array  $a_ids 
)

Read data from Cache for a given entity and ID(s)

Parameters
array$a_idsone or multiple ids

Definition at line 867 of file class.ilDataCollectionDataSet.php.

References _readData().

867  : void
868  {
869  $this->data = [];
870  $this->_readData($a_entity, $a_ids);
871  }
_readData(string $a_entity, array $a_ids)
Build data array, data is read from cache except dcl object itself.
+ Here is the call graph for this function:

Field Documentation

◆ $caches

array ilDataCollectionDataSet::$caches
protected
Initial value:
= [
'dcl' => []

Definition at line 45 of file class.ilDataCollectionDataSet.php.

◆ $import_dc_object

array ilObjDataCollection ilDataCollectionDataSet::$import_dc_object
protected
Initial value:
=> [],
'il_dcl_field' => [],
'il_dcl_field_prop' => [],
'il_dcl_sel_opts' => [],
'il_dcl_record' => [],
'il_dcl_record_field' => [],
'il_dcl_stloc1_value' => [],
'il_dcl_stloc2_value' => [],
'il_dcl_stloc3_value' => [],
'il_dcl_stloc1_default' => [],
'il_dcl_stloc2_default' => [],
'il_dcl_stloc3_default' => [],
'il_dcl_tfield_set' => [],
'il_dcl_tableview' => [],
'il_dcl_tview_set' => [],
]

Definition at line 47 of file class.ilDataCollectionDataSet.php.

◆ $import_record_field_cache

array ilDataCollectionDataSet::$import_record_field_cache = []
protected

Caches ilDclBaseRecordFieldModel objects.

Key = id, value = object

Definition at line 69 of file class.ilDataCollectionDataSet.php.

◆ $import_temp_new_mob_ids

array ilDataCollectionDataSet::$import_temp_new_mob_ids = []
protected

Definition at line 74 of file class.ilDataCollectionDataSet.php.

◆ $import_temp_refs

array ilDataCollectionDataSet::$import_temp_refs = []
protected

Definition at line 72 of file class.ilDataCollectionDataSet.php.

◆ $import_temp_refs_props

array ilDataCollectionDataSet::$import_temp_refs_props = []
protected

Definition at line 73 of file class.ilDataCollectionDataSet.php.

◆ $record_field_ids_2_storage

array ilDataCollectionDataSet::$record_field_ids_2_storage = []
protected

Definition at line 27 of file class.ilDataCollectionDataSet.php.

◆ $refinery

ILIAS Refinery Factory ilDataCollectionDataSet::$refinery
protected

Definition at line 71 of file class.ilDataCollectionDataSet.php.

◆ $user

ilObjUser ilDataCollectionDataSet::$user
protected

Definition at line 70 of file class.ilDataCollectionDataSet.php.


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