ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilMD5295Base Class Reference
+ Inheritance diagram for ilMD5295Base:
+ Collaboration diagram for ilMD5295Base:

Public Member Functions

 __construct ( $a_rbac_id=0, $a_obj_id=0, $a_type=0)
 
 setRBACId ($a_id)
 
 getRBACId ()
 
 setObjId ($a_id)
 
 getObjId ()
 
 setObjType ($a_type)
 
 getObjType ()
 
 setMetaId ($a_meta_id, $a_read_data=true)
 
 getMetaId ()
 
 setParentType ($a_parent_type)
 
 getParentType ()
 
 setParentId ($a_id)
 
 getParentId ()
 
 setExportMode ($a_export_mode=true)
 
 getExportMode ()
 
 validate ()
 
 update ()
 
 save ()
 
 delete ()
 
 toXML (&$writer)
 

Data Fields

 $rbac_id
 
 $obj_id
 
 $obj_type
 
 $export_mode = false
 

Protected Attributes

 $log
 

Detailed Description

Definition at line 32 of file class.ilMD5295Base.php.

Constructor & Destructor Documentation

◆ __construct()

ilMD5295Base::__construct (   $a_rbac_id = 0,
  $a_obj_id = 0,
  $a_type = 0 
)

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

References $DIC, $ilDB, and ilLoggerFactory\getLogger().

75  {
76  global $DIC;
77 
78  $ilDB = $DIC['ilDB'];
79 
80  if ($a_obj_id == 0) {
81  $a_obj_id = $a_rbac_id;
82  }
83 
84  $this->db = $ilDB;
85  $this->log = ilLoggerFactory::getLogger("meta");
86 
87  $this->rbac_id = $a_rbac_id;
88  $this->obj_id = $a_obj_id;
89  $this->obj_type = $a_type;
90  }
global $DIC
Definition: goto.php:24
global $ilDB
static getLogger($a_component_id)
Get component logger.
+ Here is the call graph for this function:

Member Function Documentation

◆ delete()

ilMD5295Base::delete ( )

Definition at line 195 of file class.ilMD5295Base.php.

196  {
197  }

◆ getExportMode()

ilMD5295Base::getExportMode ( )

Definition at line 151 of file class.ilMD5295Base.php.

References $export_mode.

Referenced by ilMD5295Identifier\toXML(), ilMD5295\toXML(), and ilMD5295General\toXML().

152  {
153  return $this->export_mode;
154  }
+ Here is the caller graph for this function:

◆ getMetaId()

ilMD5295Base::getMetaId ( )

Definition at line 125 of file class.ilMD5295Base.php.

Referenced by ilMD5295Lifecycle\addContribute(), ilMD5295MetaMetadata\addContribute(), ilMD5295Educational\addDescription(), ilMD5295Relation\addDescription(), ilMD5295General\addDescription(), ilMD5295Contribute\addEntity(), ilMD5295MetaMetadata\addIdentifier(), ilMD5295General\addIdentifier(), ilMD5295Relation\addIdentifier_(), ilMD5295Classification\addKeyword(), ilMD5295General\addKeyword(), ilMD5295General\addLanguage(), ilMD5295Educational\addLanguage(), ilMD5295Technical\addLocation(), ilMD5295Technical\addOrComposite(), ilMD5295Technical\addRequirement(), ilMD5295TaxonPath\addTaxon(), ilMD5295Classification\addTaxonPath(), ilMD5295Educational\addTypicalAgeRange(), ilMD5295Entity\delete(), ilMD5295Format\delete(), ilMD5295Location\delete(), ilMD5295Identifier\delete(), ilMD5295Identifier_\delete(), ilMD5295Description\delete(), ilMD5295Keyword\delete(), ilMD5295Taxon\delete(), ilMD5295Annotation\delete(), ilMD5295TypicalAgeRange\delete(), ilMD5295Language\delete(), ilMD5295TaxonPath\delete(), ilMD5295Rights\delete(), ilMD5295Contribute\delete(), ilMD5295Lifecycle\delete(), ilMD5295Requirement\delete(), ilMD5295Relation\delete(), ilMD5295MetaMetadata\delete(), ilMD5295Classification\delete(), ilMD5295Technical\delete(), ilMD5295General\delete(), ilMD5295Educational\delete(), ilMD5295Lifecycle\getContributeIds(), ilMD5295MetaMetadata\getContributeIds(), ilMD5295Educational\getDescriptionIds(), ilMD5295Relation\getDescriptionIds(), ilMD5295General\getDescriptionIds(), ilMD5295Contribute\getEntityIds(), ilMD5295Relation\getIdentifier_Ids(), ilMD5295MetaMetadata\getIdentifierIds(), ilMD5295General\getIdentifierIds(), ilMD5295Classification\getKeywordIds(), ilMD5295General\getKeywordIds(), ilMD5295General\getLanguageIds(), ilMD5295Educational\getLanguageIds(), ilMD5295Technical\getLocationIds(), ilMD5295Technical\getOrComposite(), ilMD5295Technical\getOrCompositeIds(), ilMD5295Technical\getRequirementIds(), ilMD5295TaxonPath\getTaxonIds(), ilMD5295Classification\getTaxonPathIds(), ilMD5295Educational\getTypicalAgeRangeIds(), ilMD5295Format\read(), ilMD5295Entity\read(), ilMD5295Identifier\read(), ilMD5295Location\read(), ilMD5295Identifier_\read(), ilMD5295Keyword\read(), ilMD5295Description\read(), ilMD5295Taxon\read(), ilMD5295Annotation\read(), ilMD5295Language\read(), ilMD5295TypicalAgeRange\read(), ilMD5295Rights\read(), ilMD5295TaxonPath\read(), ilMD5295Contribute\read(), ilMD5295Requirement\read(), ilMD5295Lifecycle\read(), ilMD5295Relation\read(), ilMD5295MetaMetadata\read(), ilMD5295Classification\read(), ilMD5295Technical\read(), ilMD5295General\read(), ilMD5295Educational\read(), ilMD5295Entity\save(), ilMD5295Format\save(), ilMD5295Location\save(), ilMD5295Identifier_\save(), ilMD5295Identifier\save(), ilMD5295Description\save(), ilMD5295Keyword\save(), ilMD5295Taxon\save(), ilMD5295TypicalAgeRange\save(), ilMD5295Annotation\save(), ilMD5295Language\save(), ilMD5295TaxonPath\save(), ilMD5295Rights\save(), ilMD5295Contribute\save(), ilMD5295Lifecycle\save(), ilMD5295Requirement\save(), ilMD5295Relation\save(), ilMD5295MetaMetadata\save(), ilMD5295Classification\save(), ilMD5295Technical\save(), ilMD5295General\save(), ilMD5295Educational\save(), ilMD5295Format\update(), ilMD5295Entity\update(), ilMD5295Location\update(), ilMD5295Identifier\update(), ilMD5295Identifier_\update(), ilMD5295Description\update(), ilMD5295Keyword\update(), ilMD5295Taxon\update(), ilMD5295TypicalAgeRange\update(), ilMD5295Annotation\update(), ilMD5295Language\update(), ilMD5295TaxonPath\update(), ilMD5295Rights\update(), ilMD5295Contribute\update(), ilMD5295Lifecycle\update(), ilMD5295Requirement\update(), ilMD5295Relation\update(), ilMD5295MetaMetadata\update(), ilMD5295Classification\update(), ilMD5295Technical\update(), ilMD5295General\update(), and ilMD5295Educational\update().

126  {
127  return $this->meta_id;
128  }
+ Here is the caller graph for this function:

◆ getObjId()

ilMD5295Base::getObjId ( )

Definition at line 105 of file class.ilMD5295Base.php.

References $obj_id.

Referenced by ilMD5295Format\__getFields(), ilMD5295Entity\__getFields(), ilMD5295Identifier\__getFields(), ilMD5295Identifier_\__getFields(), ilMD5295Location\__getFields(), ilMD5295Description\__getFields(), ilMD5295Keyword\__getFields(), ilMD5295Taxon\__getFields(), ilMD5295TypicalAgeRange\__getFields(), ilMD5295Annotation\__getFields(), ilMD5295Language\__getFields(), ilMD5295Rights\__getFields(), ilMD5295TaxonPath\__getFields(), ilMD5295Contribute\__getFields(), ilMD5295Requirement\__getFields(), ilMD5295Lifecycle\__getFields(), ilMD5295Relation\__getFields(), ilMD5295MetaMetadata\__getFields(), ilMD5295Classification\__getFields(), ilMD5295Technical\__getFields(), ilMD5295General\__getFields(), ilMD5295Educational\__getFields(), ilMD5295\addAnnotation(), ilMD5295\addClassification(), ilMD5295Lifecycle\addContribute(), ilMD5295MetaMetadata\addContribute(), ilMD5295Educational\addDescription(), ilMD5295Relation\addDescription(), ilMD5295General\addDescription(), ilMD5295\addEducational(), ilMD5295Contribute\addEntity(), ilMD5295Technical\addFormat(), ilMD5295\addGeneral(), ilMD5295MetaMetadata\addIdentifier(), ilMD5295General\addIdentifier(), ilMD5295Relation\addIdentifier_(), ilMD5295Classification\addKeyword(), ilMD5295General\addKeyword(), ilMD5295General\addLanguage(), ilMD5295Educational\addLanguage(), ilMD5295\addLifecycle(), ilMD5295Technical\addLocation(), ilMD5295\addMetaMetadata(), ilMD5295Technical\addOrComposite(), ilMD5295\addRelation(), ilMD5295OrComposite\addRequirement(), ilMD5295Technical\addRequirement(), ilMD5295\addRights(), ilMD5295TaxonPath\addTaxon(), ilMD5295Classification\addTaxonPath(), ilMD5295\addTechnical(), ilMD5295Educational\addTypicalAgeRange(), ilMD5295\cloneMD(), ilMD5295\deleteAll(), ilMD5295\getAnnotationIds(), ilMD5295\getClassificationIds(), ilMD5295Lifecycle\getContributeIds(), ilMD5295MetaMetadata\getContributeIds(), ilMD5295Educational\getDescriptionIds(), ilMD5295Relation\getDescriptionIds(), ilMD5295General\getDescriptionIds(), ilMD5295\getEducational(), ilMD5295Contribute\getEntityIds(), ilMD5295Technical\getFormatIds(), ilMD5295\getGeneral(), ilMD5295Relation\getIdentifier_Ids(), ilMD5295MetaMetadata\getIdentifierIds(), ilMD5295General\getIdentifierIds(), ilMD5295Classification\getKeywordIds(), ilMD5295General\getKeywordIds(), ilMD5295General\getLanguageIds(), ilMD5295Educational\getLanguageIds(), ilMD5295\getLifecycle(), ilMD5295Technical\getLocationIds(), ilMD5295\getMetaMetadata(), ilMD5295Technical\getOrComposite(), ilMD5295OrComposite\getOrCompositeId(), ilMD5295Technical\getOrCompositeIds(), ilMD5295\getRelationIds(), ilMD5295OrComposite\getRequirementIds(), ilMD5295Technical\getRequirementIds(), ilMD5295\getRights(), ilMD5295TaxonPath\getTaxonIds(), ilMD5295Classification\getTaxonPathIds(), ilMD5295\getTechnical(), ilMD5295Educational\getTypicalAgeRangeIds(), ilMD5295OrComposite\toXML(), ilMD5295Identifier\toXML(), ilMD5295TaxonPath\toXML(), ilMD5295Contribute\toXML(), ilMD5295Relation\toXML(), ilMD5295Lifecycle\toXML(), ilMD5295MetaMetadata\toXML(), ilMD5295Classification\toXML(), ilMD5295\toXML(), ilMD5295General\toXML(), and ilMD5295Educational\toXML().

106  {
107  return $this->obj_id;
108  }
+ Here is the caller graph for this function:

◆ getObjType()

ilMD5295Base::getObjType ( )

Definition at line 113 of file class.ilMD5295Base.php.

References $obj_type.

Referenced by ilMD5295Format\__getFields(), ilMD5295Entity\__getFields(), ilMD5295Identifier_\__getFields(), ilMD5295Location\__getFields(), ilMD5295Identifier\__getFields(), ilMD5295Keyword\__getFields(), ilMD5295Description\__getFields(), ilMD5295Taxon\__getFields(), ilMD5295TypicalAgeRange\__getFields(), ilMD5295Annotation\__getFields(), ilMD5295Language\__getFields(), ilMD5295Rights\__getFields(), ilMD5295TaxonPath\__getFields(), ilMD5295Contribute\__getFields(), ilMD5295Requirement\__getFields(), ilMD5295Lifecycle\__getFields(), ilMD5295Relation\__getFields(), ilMD5295MetaMetadata\__getFields(), ilMD5295Classification\__getFields(), ilMD5295Technical\__getFields(), ilMD5295General\__getFields(), ilMD5295Educational\__getFields(), ilMD5295\addAnnotation(), ilMD5295\addClassification(), ilMD5295Lifecycle\addContribute(), ilMD5295MetaMetadata\addContribute(), ilMD5295Educational\addDescription(), ilMD5295Relation\addDescription(), ilMD5295General\addDescription(), ilMD5295\addEducational(), ilMD5295Contribute\addEntity(), ilMD5295Technical\addFormat(), ilMD5295\addGeneral(), ilMD5295MetaMetadata\addIdentifier(), ilMD5295General\addIdentifier(), ilMD5295Relation\addIdentifier_(), ilMD5295Classification\addKeyword(), ilMD5295General\addKeyword(), ilMD5295General\addLanguage(), ilMD5295Educational\addLanguage(), ilMD5295\addLifecycle(), ilMD5295Technical\addLocation(), ilMD5295\addMetaMetadata(), ilMD5295Technical\addOrComposite(), ilMD5295\addRelation(), ilMD5295OrComposite\addRequirement(), ilMD5295Technical\addRequirement(), ilMD5295\addRights(), ilMD5295TaxonPath\addTaxon(), ilMD5295Classification\addTaxonPath(), ilMD5295\addTechnical(), ilMD5295Educational\addTypicalAgeRange(), ilMD5295\cloneMD(), ilMD5295Technical\getOrComposite(), ilMD5295Identifier\toXML(), ilMD5295\toXML(), and ilMD5295General\toXML().

114  {
115  return $this->obj_type;
116  }
+ Here is the caller graph for this function:

◆ getParentId()

◆ getParentType()

◆ getRBACId()

ilMD5295Base::getRBACId ( )

Definition at line 97 of file class.ilMD5295Base.php.

References $rbac_id.

Referenced by ilMD5295Format\__getFields(), ilMD5295Entity\__getFields(), ilMD5295Identifier\__getFields(), ilMD5295Identifier_\__getFields(), ilMD5295Location\__getFields(), ilMD5295Description\__getFields(), ilMD5295Keyword\__getFields(), ilMD5295Taxon\__getFields(), ilMD5295TypicalAgeRange\__getFields(), ilMD5295Annotation\__getFields(), ilMD5295Language\__getFields(), ilMD5295Rights\__getFields(), ilMD5295TaxonPath\__getFields(), ilMD5295Contribute\__getFields(), ilMD5295Requirement\__getFields(), ilMD5295Lifecycle\__getFields(), ilMD5295Relation\__getFields(), ilMD5295MetaMetadata\__getFields(), ilMD5295Classification\__getFields(), ilMD5295Technical\__getFields(), ilMD5295General\__getFields(), ilMD5295Educational\__getFields(), ilMD5295\addAnnotation(), ilMD5295\addClassification(), ilMD5295Lifecycle\addContribute(), ilMD5295MetaMetadata\addContribute(), ilMD5295Educational\addDescription(), ilMD5295Relation\addDescription(), ilMD5295General\addDescription(), ilMD5295\addEducational(), ilMD5295Contribute\addEntity(), ilMD5295Technical\addFormat(), ilMD5295\addGeneral(), ilMD5295MetaMetadata\addIdentifier(), ilMD5295General\addIdentifier(), ilMD5295Relation\addIdentifier_(), ilMD5295Classification\addKeyword(), ilMD5295General\addKeyword(), ilMD5295General\addLanguage(), ilMD5295Educational\addLanguage(), ilMD5295\addLifecycle(), ilMD5295Technical\addLocation(), ilMD5295\addMetaMetadata(), ilMD5295Technical\addOrComposite(), ilMD5295\addRelation(), ilMD5295OrComposite\addRequirement(), ilMD5295Technical\addRequirement(), ilMD5295\addRights(), ilMD5295TaxonPath\addTaxon(), ilMD5295Classification\addTaxonPath(), ilMD5295\addTechnical(), ilMD5295Educational\addTypicalAgeRange(), ilMD5295\cloneMD(), ilMD5295\deleteAll(), ilMD5295\getAnnotationIds(), ilMD5295\getClassificationIds(), ilMD5295Lifecycle\getContributeIds(), ilMD5295MetaMetadata\getContributeIds(), ilMD5295Educational\getDescriptionIds(), ilMD5295Relation\getDescriptionIds(), ilMD5295General\getDescriptionIds(), ilMD5295\getEducational(), ilMD5295Contribute\getEntityIds(), ilMD5295Technical\getFormatIds(), ilMD5295\getGeneral(), ilMD5295Relation\getIdentifier_Ids(), ilMD5295MetaMetadata\getIdentifierIds(), ilMD5295General\getIdentifierIds(), ilMD5295Classification\getKeywordIds(), ilMD5295General\getKeywordIds(), ilMD5295General\getLanguageIds(), ilMD5295Educational\getLanguageIds(), ilMD5295\getLifecycle(), ilMD5295Technical\getLocationIds(), ilMD5295\getMetaMetadata(), ilMD5295Technical\getOrComposite(), ilMD5295OrComposite\getOrCompositeId(), ilMD5295Technical\getOrCompositeIds(), ilMD5295\getRelationIds(), ilMD5295OrComposite\getRequirementIds(), ilMD5295Technical\getRequirementIds(), ilMD5295\getRights(), ilMD5295TaxonPath\getTaxonIds(), ilMD5295Classification\getTaxonPathIds(), ilMD5295\getTechnical(), ilMD5295Educational\getTypicalAgeRangeIds(), ilMD5295OrComposite\toXML(), ilMD5295Identifier\toXML(), ilMD5295TaxonPath\toXML(), ilMD5295Contribute\toXML(), ilMD5295Relation\toXML(), ilMD5295Lifecycle\toXML(), ilMD5295MetaMetadata\toXML(), ilMD5295Classification\toXML(), ilMD5295\toXML(), ilMD5295General\toXML(), and ilMD5295Educational\toXML().

98  {
99  return $this->rbac_id;
100  }
+ Here is the caller graph for this function:

◆ save()

ilMD5295Base::save ( )

Definition at line 185 of file class.ilMD5295Base.php.

186  {
187  return false;
188  }

◆ setExportMode()

ilMD5295Base::setExportMode (   $a_export_mode = true)

Definition at line 146 of file class.ilMD5295Base.php.

147  {
148  $this->export_mode = $a_export_mode;
149  }

◆ setMetaId()

◆ setObjId()

◆ setObjType()

◆ setParentId()

◆ setParentType()

ilMD5295Base::setParentType (   $a_parent_type)

◆ setRBACId()

◆ toXML()

ilMD5295Base::toXML ( $writer)

Definition at line 205 of file class.ilMD5295Base.php.

206  {
207  }

◆ update()

ilMD5295Base::update ( )

Definition at line 174 of file class.ilMD5295Base.php.

175  {
176  return false;
177  }

◆ validate()

ilMD5295Base::validate ( )

Definition at line 163 of file class.ilMD5295Base.php.

164  {
165  return false;
166  }

Field Documentation

◆ $export_mode

ilMD5295Base::$export_mode = false

Definition at line 55 of file class.ilMD5295Base.php.

Referenced by getExportMode().

◆ $log

ilMD5295Base::$log
protected

Definition at line 60 of file class.ilMD5295Base.php.

◆ $obj_id

ilMD5295Base::$obj_id

Definition at line 44 of file class.ilMD5295Base.php.

Referenced by getObjId().

◆ $obj_type

ilMD5295Base::$obj_type

Definition at line 49 of file class.ilMD5295Base.php.

Referenced by getObjType().

◆ $rbac_id

ilMD5295Base::$rbac_id

Definition at line 39 of file class.ilMD5295Base.php.

Referenced by getRBACId().


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