ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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 ...> ... </types> <set entity="table_name"> <rec> <field_1>content</field_1> <field_2>my_date</field_2> <field_3>my_number</field_3> </rec> ... </set> </dataset> 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
 
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 ( )

Reimplemented from ilDataSet.

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

77 {
78 global $DIC;
80 $this->db = $DIC->database();
81 $this->user = $DIC->user();
82 $this->refinery = $DIC->refinery();
83 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
global $DIC
Definition: shib_login.php:26

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

+ 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 882 of file class.ilDataCollectionDataSet.php.

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

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

+ Here is the call graph for this function:

◆ buildCache()

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

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

912 : array
913 {
914 $fields = array_keys($this->getTypes($a_entity, ''));
915 $ids = [];
916 while ($rec = $this->db->fetchObject($set)) {
917 $data = [];
918 foreach ($fields as $field) {
919 $data[$field] = $rec->{$field};
920 }
921 $id = $rec->id;
922 $this->caches[$a_entity][$id] = $data;
923 $ids[] = $id;
924 }
925
926 return $ids;
927 }
getTypes(string $a_entity, string $a_version)
Map XML attributes of entities to datatypes (text, integer...)

References $data, and $id.

◆ escapeArray()

ilDataCollectionDataSet::escapeArray ( array  $array)
protected

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

502 : array
503 {
504 $new = [];
505 foreach ($array as $key => $value) {
506 $newkey = $key;
507 if (is_string($key)) {
508 $newkey = $this->refinery->encode()->htmlSpecialCharsAsEntities()->transform($key);
509 }
510 $newvalue = $value;
511 if (is_string($value)) {
512 $newvalue = $this->refinery->encode()->htmlSpecialCharsAsEntities()->transform($value);
513 }
514 if (is_array($value)) {
515 $newvalue = $this->escapeArray($value);
516 }
517 $new[$newkey] = $newvalue;
518 }
519 return $new;
520 }

References ILIAS\Repository\refinery().

+ Here is the call 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.

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 }
Base class for ILIAS Exception handling.

◆ 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

Reimplemented from ilDataSet.

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

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

◆ getSupportedVersions()

ilDataCollectionDataSet::getSupportedVersions ( )

Reimplemented from ilDataSet.

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...)

Reimplemented from ilDataSet.

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

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

◆ getXmlNamespace()

ilDataCollectionDataSet::getXmlNamespace ( string  $a_entity,
string  $a_schema_version 
)
protected

Reimplemented from ilDataSet.

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

103 : string
104 {
105 return 'https://www.ilias.de/xml/Modules/DataCollection/' . $a_entity;
106 }

◆ 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

Reimplemented from ilDataSet.

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

871 : void
872 {
873 $this->data = [];
874 $this->_readData($a_entity, $a_ids);
875 }
_readData(string $a_entity, array $a_ids)
Build data array, data is read from cache except dcl object itself.

Field Documentation

◆ $caches

array ilDataCollectionDataSet::$caches
protected
Initial value:
= [
'dcl' => [],
'il_dcl_table' => [],
'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 44 of file class.ilDataCollectionDataSet.php.

◆ $import_dc_object

ilObjDataCollection ilDataCollectionDataSet::$import_dc_object
protected

Definition at line 64 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: