ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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:22
__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 879 of file class.ilDataCollectionDataSet.php.

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

Referenced by readData().

879  : void
880  {
881  switch ($a_entity) {
882  case 'dcl':
883  foreach ($a_ids as $dcl_id) {
884  if (ilObject::_lookupType((int) $dcl_id) === 'dcl') {
885  $obj = new ilObjDataCollection((int) $dcl_id, false);
886  $data = [
887  'id' => $dcl_id,
888  'title' => $obj->getTitle(),
889  'description' => $obj->getDescription(),
890  'is_online' => $obj->getOnline(),
891  'rating' => $obj->getRating(),
892  'public_notes' => $obj->getPublicNotes(),
893  'approval' => $obj->getApproval(),
894  'notification' => $obj->getNotification(),
895  ];
896  $this->caches['dcl'][$dcl_id] = $data;
897  $this->data[] = $data;
898  }
899  }
900  break;
901  default:
902  $data = $this->getCache($a_entity);
903  foreach ($a_ids as $id) {
904  $this->data[] = $data[$id];
905  }
906  }
907  }
getCache(string $a_entity)
Get cached data from a given entity.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
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 909 of file class.ilDataCollectionDataSet.php.

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

Referenced by getDependencies().

909  : array
910  {
911  $fields = array_keys($this->getTypes($a_entity, ''));
912  $ids = [];
913  while ($rec = $this->db->fetchObject($set)) {
914  $data = [];
915  foreach ($fields as $field) {
916  $data[$field] = $rec->{$field};
917  }
918  $id = $rec->id;
919  $this->caches[$a_entity][$id] = $data;
920  $ids[] = $id;
921  }
922 
923  return $ids;
924  }
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:23
+ 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 505 of file class.ilDataCollectionDataSet.php.

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

Referenced by getXmlNamespace().

505  : array
506  {
507  $new = [];
508  foreach ($array as $key => $value) {
509  $newkey = $key;
510  if (is_string($key)) {
511  $newkey = $this->refinery->encode()->htmlSpecialCharsAsEntities()->transform($key);
512  }
513  $newvalue = $value;
514  if (is_string($value)) {
515  $newvalue = $this->refinery->encode()->htmlSpecialCharsAsEntities()->transform($value);
516  }
517  if (is_array($value)) {
518  $newvalue = $this->escapeArray($value);
519  }
520  $new[$newkey] = $newvalue;
521  }
522  return $new;
523  }
+ 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 701 of file class.ilDataCollectionDataSet.php.

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

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

Referenced by buildCache().

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

References _readData().

868  : void
869  {
870  $this->data = [];
871  $this->_readData($a_entity, $a_ids);
872  }
_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: