ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilMDGeneral Class Reference
+ Inheritance diagram for ilMDGeneral:
+ Collaboration diagram for ilMDGeneral:

Public Member Functions

 getPossibleSubelements ()
 
getIdentifierIds ()
 
getIdentifier ($a_identifier_id)
 
addIdentifier ()
 
getLanguageIds ()
 
getLanguage ($a_language_id)
 
addLanguage ()
 
getDescriptionIds ()
 
getDescription ($a_description_id)
 
addDescription ()
 
getKeywordIds ()
 
getKeyword ($a_keyword_id)
 
addKeyword ()
 
 setStructure ($a_structure)
 
 getStructure ()
 
 setTitle ($a_title)
 
 getTitle ()
 
 setTitleLanguage (&$lng_obj)
 
getTitleLanguage ()
 
 getTitleLanguageCode ()
 
 setCoverage ($a_coverage)
 
 getCoverage ()
 
 setCoverageLanguage (&$lng_obj)
 
getCoverageLanguage ()
 
 getCoverageLanguageCode ()
 
 save ()
 
 update ()
 
 delete ()
 
 __getFields ()
 
 read ()
 
 toXML (&$writer)
 
 getPossibleSubelements ()
 
getIdentifierIds ()
 
getIdentifier ($a_identifier_id)
 
addIdentifier ()
 
getLanguageIds ()
 
getLanguage ($a_language_id)
 
addLanguage ()
 
getDescriptionIds ()
 
getDescription ($a_description_id)
 
addDescription ()
 
getKeywordIds ()
 
getKeyword ($a_keyword_id)
 
addKeyword ()
 
 setStructure ($a_structure)
 
 getStructure ()
 
 setTitle ($a_title)
 
 getTitle ()
 
 setTitleLanguage (&$lng_obj)
 
getTitleLanguage ()
 
 getTitleLanguageCode ()
 
 setCoverage ($a_coverage)
 
 getCoverage ()
 
 setCoverageLanguage (&$lng_obj)
 
getCoverageLanguage ()
 
 getCoverageLanguageCode ()
 
 save ()
 
 update ()
 
 delete ()
 
 __getFields ()
 
 read ()
 
 toXML (&$writer)
 
 _getId ($a_rbac_id, $a_obj_id)
 
- Public Member Functions inherited from ilMDBase
 __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)
 
 __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 ()
 
 validate ()
 
 update ()
 
 save ()
 
 delete ()
 
 toXML (&$writer)
 

Static Public Member Functions

static _getId ($a_rbac_id, $a_obj_id)
 

Additional Inherited Members

- Data Fields inherited from ilMDBase
 $rbac_id
 
 $obj_id
 
 $obj_type
 
 $export_mode = false
 
- Protected Attributes inherited from ilMDBase
 $log
 

Detailed Description

Definition at line 34 of file class.ilMDGeneral.php.

Member Function Documentation

◆ __getFields() [1/2]

ilMDGeneral::__getFields ( )

Definition at line 308 of file class.ilMDGeneral.php.

References array, getCoverage(), getCoverageLanguageCode(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getRBACId(), getStructure(), getTitle(), and getTitleLanguageCode().

Referenced by save().

309  {
310  return array('rbac_id' => array('integer',$this->getRBACId()),
311  'obj_id' => array('integer',$this->getObjId()),
312  'obj_type' => array('text',$this->getObjType()),
313  'general_structure' => array('text',$this->getStructure()),
314  'title' => array('text',$this->getTitle()),
315  'title_language' => array('text',$this->getTitleLanguageCode()),
316  'coverage' => array('text',$this->getCoverage()),
317  'coverage_language' => array('text',$this->getCoverageLanguageCode()));
318  }
Create styles array
The data for the language used.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ __getFields() [2/2]

ilMDGeneral::__getFields ( )

Definition at line 308 of file class.ilMDGeneral.php.

References array, getCoverage(), getCoverageLanguageCode(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getRBACId(), getStructure(), getTitle(), getTitleLanguageCode(), and ilUtil\prepareDBString().

309  {
310  return array('rbac_id' => $this->getRBACId(),
311  'obj_id' => $this->getObjId(),
312  'obj_type' => ilUtil::prepareDBString($this->getObjType()),
313  'general_structure' => ilUtil::prepareDBString($this->getStructure()),
314  'title' => ilUtil::prepareDBString($this->getTitle()),
315  'title_language' => ilUtil::prepareDBString($this->getTitleLanguageCode()),
316  'coverage' => ilUtil::prepareDBString($this->getCoverage()),
317  'coverage_language' => ilUtil::prepareDBString($this->getCoverageLanguageCode()));
318  }
Create styles array
The data for the language used.
static prepareDBString($a_str)
prepare a string for db writing (insert/update)
+ Here is the call graph for this function:

◆ _getId() [1/2]

ilMDGeneral::_getId (   $a_rbac_id,
  $a_obj_id 
)

Definition at line 391 of file class.ilMDGeneral.php.

References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.

392  {
393  global $ilDB;
394 
395  $query = "SELECT meta_general_id FROM il_meta_general " .
396  "WHERE rbac_id = " . $ilDB->quote($a_rbac_id) . " " .
397  "AND obj_id = " . $ilDB->quote($a_obj_id);
398 
399 
400  $res = $ilDB->query($query);
401  while ($row = $res->fetchRow(ilDBConstants::FETCHMODE_OBJECT)) {
402  return $row->meta_general_id;
403  }
404  return false;
405  }
foreach($_POST as $key=> $value) $res
$query
global $ilDB

◆ _getId() [2/2]

static ilMDGeneral::_getId (   $a_rbac_id,
  $a_obj_id 
)
static

Definition at line 443 of file class.ilMDGeneral.php.

References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.

Referenced by ilMD\getGeneral().

444  {
445  global $ilDB;
446 
447  $query = "SELECT meta_general_id FROM il_meta_general " .
448  "WHERE rbac_id = " . $ilDB->quote($a_rbac_id, 'integer') . " " .
449  "AND obj_id = " . $ilDB->quote($a_obj_id, 'integer');
450 
451 
452  $res = $ilDB->query($query);
453  while ($row = $res->fetchRow(ilDBConstants::FETCHMODE_OBJECT)) {
454  return $row->meta_general_id;
455  }
456  return false;
457  }
foreach($_POST as $key=> $value) $res
$query
global $ilDB
+ Here is the caller graph for this function:

◆ addDescription() [1/2]

& ilMDGeneral::addDescription ( )

Definition at line 123 of file class.ilMDGeneral.php.

References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().

124  {
125  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDDescription.php';
126 
127  $des = new ilMDDescription($this->getRBACId(), $this->getObjId(), $this->getObjType());
128  $des->setParentId($this->getMetaId());
129  $des->setParentType('meta_general');
130 
131  return $des;
132  }
+ Here is the call graph for this function:

◆ addDescription() [2/2]

& ilMDGeneral::addDescription ( )

Definition at line 123 of file class.ilMDGeneral.php.

References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().

124  {
125  include_once 'Services/MetaData/classes/class.ilMDDescription.php';
126 
127  $des = new ilMDDescription($this->getRBACId(), $this->getObjId(), $this->getObjType());
128  $des->setParentId($this->getMetaId());
129  $des->setParentType('meta_general');
130 
131  return $des;
132  }
+ Here is the call graph for this function:

◆ addIdentifier() [1/2]

& ilMDGeneral::addIdentifier ( )

Definition at line 66 of file class.ilMDGeneral.php.

References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().

67  {
68  include_once 'Services/MetaData/classes/class.ilMDIdentifier.php';
69 
70  $ide = new ilMDIdentifier($this->getRBACId(), $this->getObjId(), $this->getObjType());
71  $ide->setParentId($this->getMetaId());
72  $ide->setParentType('meta_general');
73 
74  return $ide;
75  }
+ Here is the call graph for this function:

◆ addIdentifier() [2/2]

& ilMDGeneral::addIdentifier ( )

Definition at line 66 of file class.ilMDGeneral.php.

References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().

67  {
68  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDIdentifier.php';
69 
70  $ide = new ilMDIdentifier($this->getRBACId(), $this->getObjId(), $this->getObjType());
71  $ide->setParentId($this->getMetaId());
72  $ide->setParentType('meta_general');
73 
74  return $ide;
75  }
+ Here is the call graph for this function:

◆ addKeyword() [1/2]

& ilMDGeneral::addKeyword ( )

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

References $key, ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().

152  {
153  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDKeyword.php';
154 
155  $key = new ilMDKeyword($this->getRBACId(), $this->getObjId(), $this->getObjType());
156  $key->setParentId($this->getMetaId());
157  $key->setParentType('meta_general');
158 
159  return $key;
160  }
$key
Definition: croninfo.php:18
+ Here is the call graph for this function:

◆ addKeyword() [2/2]

& ilMDGeneral::addKeyword ( )

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

References $key, ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().

Referenced by ilMDKeyword\updateKeywords().

152  {
153  include_once 'Services/MetaData/classes/class.ilMDKeyword.php';
154 
155  $key = new ilMDKeyword($this->getRBACId(), $this->getObjId(), $this->getObjType());
156  $key->setParentId($this->getMetaId());
157  $key->setParentType('meta_general');
158 
159  return $key;
160  }
$key
Definition: croninfo.php:18
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ addLanguage() [1/2]

& ilMDGeneral::addLanguage ( )

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

References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().

95  {
96  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDLanguage.php';
97 
98  $lan = new ilMDLanguage($this->getRBACId(), $this->getObjId(), $this->getObjType());
99  $lan->setParentId($this->getMetaId());
100  $lan->setParentType('meta_general');
101 
102  return $lan;
103  }
+ Here is the call graph for this function:

◆ addLanguage() [2/2]

& ilMDGeneral::addLanguage ( )

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

References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().

95  {
96  include_once 'Services/MetaData/classes/class.ilMDLanguage.php';
97 
98  $lan = new ilMDLanguage($this->getRBACId(), $this->getObjId(), $this->getObjType());
99  $lan->setParentId($this->getMetaId());
100  $lan->setParentType('meta_general');
101 
102  return $lan;
103  }
+ Here is the call graph for this function:

◆ delete() [1/2]

ilMDGeneral::delete ( )

Definition at line 263 of file class.ilMDGeneral.php.

References $id, $ilDB, $key, $query, getDescription(), getDescriptionIds(), getIdentifier(), getIdentifierIds(), getKeyword(), getKeywordIds(), getLanguage(), getLanguageIds(), and ilMDBase\getMetaId().

264  {
265  global $ilDB;
266 
267  if (!$this->getMetaId()) {
268  return false;
269  }
270  // Identifier
271  foreach ($this->getIdentifierIds() as $id) {
272  $ide = $this->getIdentifier($id);
273  $ide->delete();
274  }
275 
276  // Language
277  foreach ($this->getLanguageIds() as $id) {
278  $lan = $this->getLanguage($id);
279  $lan->delete();
280  }
281 
282  // Description
283  foreach ($this->getDescriptionIds() as $id) {
284  $des = $this->getDescription($id);
285  $des->delete();
286  }
287 
288  // Keyword
289  foreach ($this->getKeywordIds() as $id) {
290  $key = $this->getKeyword($id);
291  $key->delete();
292  }
293 
294  if ($this->getMetaId()) {
295  $query = "DELETE FROM il_meta_general " .
296  "WHERE meta_general_id = " . $ilDB->quote($this->getMetaId());
297 
298  $this->db->query($query);
299 
300  return true;
301  }
302 
303 
304  return false;
305  }
& getLanguage($a_language_id)
& getKeyword($a_keyword_id)
if(!array_key_exists('StateId', $_REQUEST)) $id
& getIdentifier($a_identifier_id)
$query
& getDescription($a_description_id)
global $ilDB
$key
Definition: croninfo.php:18
+ Here is the call graph for this function:

◆ delete() [2/2]

ilMDGeneral::delete ( )

Definition at line 265 of file class.ilMDGeneral.php.

References $id, $ilDB, $key, $query, $res, getDescription(), getDescriptionIds(), getIdentifier(), getIdentifierIds(), getKeyword(), getKeywordIds(), getLanguage(), getLanguageIds(), and ilMDBase\getMetaId().

266  {
267  global $ilDB;
268 
269  if (!$this->getMetaId()) {
270  return false;
271  }
272  // Identifier
273  foreach ($this->getIdentifierIds() as $id) {
274  $ide = $this->getIdentifier($id);
275  $ide->delete();
276  }
277 
278  // Language
279  foreach ($this->getLanguageIds() as $id) {
280  $lan = $this->getLanguage($id);
281  $lan->delete();
282  }
283 
284  // Description
285  foreach ($this->getDescriptionIds() as $id) {
286  $des = $this->getDescription($id);
287  $des->delete();
288  }
289 
290  // Keyword
291  foreach ($this->getKeywordIds() as $id) {
292  $key = $this->getKeyword($id);
293  $key->delete();
294  }
295 
296  if ($this->getMetaId()) {
297  $query = "DELETE FROM il_meta_general " .
298  "WHERE meta_general_id = " . $ilDB->quote($this->getMetaId(), 'integer');
299  $res = $ilDB->manipulate($query);
300  return true;
301  }
302 
303 
304  return false;
305  }
& getLanguage($a_language_id)
& getKeyword($a_keyword_id)
if(!array_key_exists('StateId', $_REQUEST)) $id
foreach($_POST as $key=> $value) $res
& getIdentifier($a_identifier_id)
$query
& getDescription($a_description_id)
global $ilDB
$key
Definition: croninfo.php:18
+ Here is the call graph for this function:

◆ getCoverage() [1/2]

ilMDGeneral::getCoverage ( )

Definition at line 211 of file class.ilMDGeneral.php.

Referenced by __getFields(), and toXML().

212  {
213  return $this->coverage;
214  }
+ Here is the caller graph for this function:

◆ getCoverage() [2/2]

ilMDGeneral::getCoverage ( )

Definition at line 211 of file class.ilMDGeneral.php.

212  {
213  return $this->coverage;
214  }

◆ getCoverageLanguage() [1/2]

& ilMDGeneral::getCoverageLanguage ( )

Definition at line 222 of file class.ilMDGeneral.php.

223  {
224  return is_object($this->coverage_language) ? $this->coverage_language : false;
225  }

◆ getCoverageLanguage() [2/2]

& ilMDGeneral::getCoverageLanguage ( )

Definition at line 222 of file class.ilMDGeneral.php.

223  {
224  return is_object($this->coverage_language) ? $this->coverage_language : false;
225  }

◆ getCoverageLanguageCode() [1/2]

ilMDGeneral::getCoverageLanguageCode ( )

Definition at line 226 of file class.ilMDGeneral.php.

227  {
228  return is_object($this->coverage_language) ? $this->coverage_language->getLanguageCode() : false;
229  }

◆ getCoverageLanguageCode() [2/2]

ilMDGeneral::getCoverageLanguageCode ( )

Definition at line 226 of file class.ilMDGeneral.php.

Referenced by __getFields(), and toXML().

227  {
228  return is_object($this->coverage_language) ? $this->coverage_language->getLanguageCode() : false;
229  }
+ Here is the caller graph for this function:

◆ getDescription() [1/2]

& ilMDGeneral::getDescription (   $a_description_id)

Definition at line 110 of file class.ilMDGeneral.php.

111  {
112  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDDescription.php';
113 
114 
115  if (!$a_description_id) {
116  return false;
117  }
118  $des = new ilMDDescription();
119  $des->setMetaId($a_description_id);
120 
121  return $des;
122  }

◆ getDescription() [2/2]

& ilMDGeneral::getDescription (   $a_description_id)

Definition at line 110 of file class.ilMDGeneral.php.

Referenced by delete(), and toXML().

111  {
112  include_once 'Services/MetaData/classes/class.ilMDDescription.php';
113 
114 
115  if (!$a_description_id) {
116  return false;
117  }
118  $des = new ilMDDescription();
119  $des->setMetaId($a_description_id);
120 
121  return $des;
122  }
+ Here is the caller graph for this function:

◆ getDescriptionIds() [1/2]

& ilMDGeneral::getDescriptionIds ( )

Definition at line 104 of file class.ilMDGeneral.php.

References ilMDDescription\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().

Referenced by delete(), and toXML().

105  {
106  include_once 'Services/MetaData/classes/class.ilMDDescription.php';
107 
108  return ilMDDescription::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_general');
109  }
static _getIds($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getDescriptionIds() [2/2]

& ilMDGeneral::getDescriptionIds ( )

Definition at line 104 of file class.ilMDGeneral.php.

References ilMDDescription\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().

105  {
106  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDDescription.php';
107 
108  return ilMDDescription::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_general');
109  }
static _getIds($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)
+ Here is the call graph for this function:

◆ getIdentifier() [1/2]

& ilMDGeneral::getIdentifier (   $a_identifier_id)

Definition at line 54 of file class.ilMDGeneral.php.

55  {
56  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDIdentifier.php';
57 
58  if (!$a_identifier_id) {
59  return false;
60  }
61  $ide = new ilMDIdentifier();
62  $ide->setMetaId($a_identifier_id);
63 
64  return $ide;
65  }

◆ getIdentifier() [2/2]

& ilMDGeneral::getIdentifier (   $a_identifier_id)

Definition at line 54 of file class.ilMDGeneral.php.

Referenced by delete(), and toXML().

55  {
56  include_once 'Services/MetaData/classes/class.ilMDIdentifier.php';
57 
58  if (!$a_identifier_id) {
59  return false;
60  }
61  $ide = new ilMDIdentifier();
62  $ide->setMetaId($a_identifier_id);
63 
64  return $ide;
65  }
+ Here is the caller graph for this function:

◆ getIdentifierIds() [1/2]

& ilMDGeneral::getIdentifierIds ( )

Definition at line 48 of file class.ilMDGeneral.php.

References ilMDIdentifier\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().

49  {
50  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDIdentifier.php';
51 
52  return ilMDIdentifier::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_general');
53  }
static _getIds($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)
+ Here is the call graph for this function:

◆ getIdentifierIds() [2/2]

& ilMDGeneral::getIdentifierIds ( )

Definition at line 48 of file class.ilMDGeneral.php.

References ilMDIdentifier\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().

Referenced by delete(), and toXML().

49  {
50  include_once 'Services/MetaData/classes/class.ilMDIdentifier.php';
51 
52  return ilMDIdentifier::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_general');
53  }
static _getIds($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getKeyword() [1/2]

& ilMDGeneral::getKeyword (   $a_keyword_id)

Definition at line 139 of file class.ilMDGeneral.php.

References $key.

140  {
141  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDKeyword.php';
142 
143  if (!$a_keyword_id) {
144  return false;
145  }
146  $key = new ilMDKeyword();
147  $key->setMetaId($a_keyword_id);
148 
149  return $key;
150  }
$key
Definition: croninfo.php:18

◆ getKeyword() [2/2]

& ilMDGeneral::getKeyword (   $a_keyword_id)

Definition at line 139 of file class.ilMDGeneral.php.

References $key.

Referenced by delete(), toXML(), and ilMDKeyword\updateKeywords().

140  {
141  include_once 'Services/MetaData/classes/class.ilMDKeyword.php';
142 
143  if (!$a_keyword_id) {
144  return false;
145  }
146  $key = new ilMDKeyword();
147  $key->setMetaId($a_keyword_id);
148 
149  return $key;
150  }
$key
Definition: croninfo.php:18
+ Here is the caller graph for this function:

◆ getKeywordIds() [1/2]

& ilMDGeneral::getKeywordIds ( )

Definition at line 133 of file class.ilMDGeneral.php.

References ilMDKeyword\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().

134  {
135  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDKeyword.php';
136 
137  return ilMDKeyword::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_general');
138  }
static _getIds($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)
+ Here is the call graph for this function:

◆ getKeywordIds() [2/2]

& ilMDGeneral::getKeywordIds ( )

Definition at line 133 of file class.ilMDGeneral.php.

References ilMDKeyword\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().

Referenced by delete(), toXML(), and ilMDKeyword\updateKeywords().

134  {
135  include_once 'Services/MetaData/classes/class.ilMDKeyword.php';
136 
137  return ilMDKeyword::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_general');
138  }
static _getIds($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getLanguage() [1/2]

& ilMDGeneral::getLanguage (   $a_language_id)

Definition at line 82 of file class.ilMDGeneral.php.

83  {
84  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDLanguage.php';
85 
86  if (!$a_language_id) {
87  return false;
88  }
89  $lan = new ilMDLanguage();
90  $lan->setMetaId($a_language_id);
91 
92  return $lan;
93  }

◆ getLanguage() [2/2]

& ilMDGeneral::getLanguage (   $a_language_id)

Definition at line 82 of file class.ilMDGeneral.php.

Referenced by delete(), and toXML().

83  {
84  include_once 'Services/MetaData/classes/class.ilMDLanguage.php';
85 
86  if (!$a_language_id) {
87  return false;
88  }
89  $lan = new ilMDLanguage();
90  $lan->setMetaId($a_language_id);
91 
92  return $lan;
93  }
+ Here is the caller graph for this function:

◆ getLanguageIds() [1/2]

& ilMDGeneral::getLanguageIds ( )

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

References ilMDLanguage\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().

77  {
78  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDLanguage.php';
79 
80  return ilMDLanguage::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_general');
81  }
static _getIds($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)
+ Here is the call graph for this function:

◆ getLanguageIds() [2/2]

& ilMDGeneral::getLanguageIds ( )

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

References ilMDLanguage\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().

Referenced by delete(), and toXML().

77  {
78  include_once 'Services/MetaData/classes/class.ilMDLanguage.php';
79 
80  return ilMDLanguage::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_general');
81  }
static _getIds($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPossibleSubelements() [1/2]

ilMDGeneral::getPossibleSubelements ( )

Definition at line 36 of file class.ilMDGeneral.php.

37  {
38  $subs['Keyword'] = 'meta_keyword';
39  $subs['Language'] = 'meta_language';
40  $subs['Identifier'] = 'meta_identifier';
41  $subs['Description'] = 'meta_description';
42 
43  return $subs;
44  }

◆ getPossibleSubelements() [2/2]

ilMDGeneral::getPossibleSubelements ( )

Definition at line 36 of file class.ilMDGeneral.php.

37  {
38  $subs['Identifier'] = 'meta_identifier';
39  $subs['Language'] = 'meta_language';
40  $subs['Description'] = 'meta_description';
41  $subs['Keyword'] = 'meta_keyword';
42 
43  return $subs;
44  }

◆ getStructure() [1/2]

ilMDGeneral::getStructure ( )

Definition at line 180 of file class.ilMDGeneral.php.

181  {
182  return $this->structure;
183  }

◆ getStructure() [2/2]

ilMDGeneral::getStructure ( )

Definition at line 180 of file class.ilMDGeneral.php.

Referenced by __getFields(), and toXML().

181  {
182  return $this->structure;
183  }
+ Here is the caller graph for this function:

◆ getTitle() [1/2]

ilMDGeneral::getTitle ( )

Definition at line 188 of file class.ilMDGeneral.php.

References $title.

Referenced by __getFields(), and toXML().

189  {
190  return $this->title;
191  }
+ Here is the caller graph for this function:

◆ getTitle() [2/2]

ilMDGeneral::getTitle ( )

Definition at line 188 of file class.ilMDGeneral.php.

References $title.

189  {
190  return $this->title;
191  }

◆ getTitleLanguage() [1/2]

& ilMDGeneral::getTitleLanguage ( )

Definition at line 198 of file class.ilMDGeneral.php.

199  {
200  return is_object($this->title_language) ? $this->title_language : false;
201  }

◆ getTitleLanguage() [2/2]

& ilMDGeneral::getTitleLanguage ( )

Definition at line 198 of file class.ilMDGeneral.php.

199  {
200  return is_object($this->title_language) ? $this->title_language : false;
201  }

◆ getTitleLanguageCode() [1/2]

ilMDGeneral::getTitleLanguageCode ( )

Definition at line 202 of file class.ilMDGeneral.php.

Referenced by __getFields(), and toXML().

203  {
204  return is_object($this->title_language) ? $this->title_language->getLanguageCode() : false;
205  }
+ Here is the caller graph for this function:

◆ getTitleLanguageCode() [2/2]

ilMDGeneral::getTitleLanguageCode ( )

Definition at line 202 of file class.ilMDGeneral.php.

203  {
204  return is_object($this->title_language) ? $this->title_language->getLanguageCode() : false;
205  }

◆ read() [1/2]

ilMDGeneral::read ( )

Definition at line 320 of file class.ilMDGeneral.php.

References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setCoverage(), setCoverageLanguage(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setRBACId(), setStructure(), setTitle(), and setTitleLanguage().

321  {
322  global $ilDB;
323 
324  include_once 'Services/MetaData/classes/class.ilMDLanguageItem.php';
325 
326  if ($this->getMetaId()) {
327  $query = "SELECT * FROM il_meta_general " .
328  "WHERE meta_general_id = " . $ilDB->quote($this->getMetaId(), 'integer');
329 
330  $res = $this->db->query($query);
331  while ($row = $res->fetchRow(ilDBConstants::FETCHMODE_OBJECT)) {
332  $this->setRBACId($row->rbac_id);
333  $this->setObjId($row->obj_id);
334  $this->setObjType($row->obj_type);
335  $this->setStructure($row->general_structure);
336  $this->setTitle($row->title);
337  $this->setTitleLanguage(new ilMDLanguageItem($row->title_language));
338  $this->setCoverage($row->coverage);
339  $this->setCoverageLanguage(new ilMDLanguageItem($row->coverage_language));
340  }
341  }
342  return true;
343  }
setCoverageLanguage(&$lng_obj)
setStructure($a_structure)
setObjType($a_type)
setTitle($a_title)
foreach($_POST as $key=> $value) $res
setObjId($a_id)
setRBACId($a_id)
setCoverage($a_coverage)
$query
setTitleLanguage(&$lng_obj)
global $ilDB
+ Here is the call graph for this function:

◆ read() [2/2]

ilMDGeneral::read ( )

Definition at line 320 of file class.ilMDGeneral.php.

References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setCoverage(), setCoverageLanguage(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setRBACId(), setStructure(), setTitle(), setTitleLanguage(), and ilUtil\stripSlashes().

321  {
322  global $ilDB;
323 
324  include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDLanguageItem.php';
325 
326  if ($this->getMetaId()) {
327  $query = "SELECT * FROM il_meta_general " .
328  "WHERE meta_general_id = " . $ilDB->quote($this->getMetaId());
329 
330  $res = $this->db->query($query);
331  while ($row = $res->fetchRow(ilDBConstants::FETCHMODE_OBJECT)) {
332  $this->setRBACId($row->rbac_id);
333  $this->setObjId($row->obj_id);
334  $this->setObjType($row->obj_type);
335  $this->setStructure(ilUtil::stripSlashes($row->general_structure));
336  $this->setTitle(ilUtil::stripSlashes($row->title));
337  $this->setTitleLanguage(new ilMDLanguageItem($row->title_language));
338  $this->setCoverage(ilUtil::stripSlashes($row->coverage));
339  $this->setCoverageLanguage(new ilMDLanguageItem($row->coverage_language));
340  }
341  }
342  return true;
343  }
setCoverageLanguage(&$lng_obj)
setStructure($a_structure)
setObjType($a_type)
setTitle($a_title)
foreach($_POST as $key=> $value) $res
setObjId($a_id)
setRBACId($a_id)
setCoverage($a_coverage)
$query
setTitleLanguage(&$lng_obj)
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
global $ilDB
+ Here is the call graph for this function:

◆ save() [1/2]

ilMDGeneral::save ( )

Definition at line 232 of file class.ilMDGeneral.php.

References $ilDB, __getFields(), array, ilMDBase\getMetaId(), and ilMDBase\setMetaId().

233  {
234  global $ilDB;
235 
236  $fields = $this->__getFields();
237  $fields['meta_general_id'] = array('integer',$next_id = $ilDB->nextId('il_meta_general'));
238 
239  //$this->log->debug("Insert General ".print_r($fields, true));
240  //ilUtil::printBacktrace(10);
241 
242  if ($this->db->insert('il_meta_general', $fields)) {
243  $this->setMetaId($next_id);
244  return $this->getMetaId();
245  }
246  return false;
247  }
setMetaId($a_meta_id, $a_read_data=true)
Create styles array
The data for the language used.
global $ilDB
+ Here is the call graph for this function:

◆ save() [2/2]

ilMDGeneral::save ( )

Definition at line 232 of file class.ilMDGeneral.php.

References ilMDBase\getMetaId(), ilDBConstants\MDB2_AUTOQUERY_INSERT, and ilMDBase\setMetaId().

233  {
234  if ($this->db->autoExecute(
235  'il_meta_general',
236  $this->__getFields(),
238  )) {
239  $this->setMetaId($this->db->getLastInsertId());
240 
241  return $this->getMetaId();
242  }
243  return false;
244  }
setMetaId($a_meta_id, $a_read_data=true)
+ Here is the call graph for this function:

◆ setCoverage() [1/2]

ilMDGeneral::setCoverage (   $a_coverage)

Definition at line 207 of file class.ilMDGeneral.php.

Referenced by read().

208  {
209  $this->coverage = $a_coverage;
210  }
+ Here is the caller graph for this function:

◆ setCoverage() [2/2]

ilMDGeneral::setCoverage (   $a_coverage)

Definition at line 207 of file class.ilMDGeneral.php.

208  {
209  $this->coverage = $a_coverage;
210  }

◆ setCoverageLanguage() [1/2]

ilMDGeneral::setCoverageLanguage ( $lng_obj)

Definition at line 216 of file class.ilMDGeneral.php.

217  {
218  if (is_object($lng_obj)) {
219  $this->coverage_language =&$lng_obj;
220  }
221  }

◆ setCoverageLanguage() [2/2]

ilMDGeneral::setCoverageLanguage ( $lng_obj)

Definition at line 216 of file class.ilMDGeneral.php.

Referenced by read().

217  {
218  if (is_object($lng_obj)) {
219  $this->coverage_language = $lng_obj;
220  }
221  }
+ Here is the caller graph for this function:

◆ setStructure() [1/2]

ilMDGeneral::setStructure (   $a_structure)

Definition at line 165 of file class.ilMDGeneral.php.

Referenced by read().

166  {
167  switch ($a_structure) {
168  case 'Atomic':
169  case 'Collection':
170  case 'Networked':
171  case 'Hierarchical':
172  case 'Linear':
173  $this->structure = $a_structure;
174  return true;
175 
176  default:
177  return false;
178  }
179  }
+ Here is the caller graph for this function:

◆ setStructure() [2/2]

ilMDGeneral::setStructure (   $a_structure)

Definition at line 165 of file class.ilMDGeneral.php.

166  {
167  switch ($a_structure) {
168  case 'Atomic':
169  case 'Collection':
170  case 'Networked':
171  case 'Hierarchical':
172  case 'Linear':
173  $this->structure = $a_structure;
174  return true;
175 
176  default:
177  return false;
178  }
179  }

◆ setTitle() [1/2]

ilMDGeneral::setTitle (   $a_title)

Definition at line 184 of file class.ilMDGeneral.php.

Referenced by read().

185  {
186  $this->title = $a_title;
187  }
+ Here is the caller graph for this function:

◆ setTitle() [2/2]

ilMDGeneral::setTitle (   $a_title)

Definition at line 184 of file class.ilMDGeneral.php.

185  {
186  $this->title = $a_title;
187  }

◆ setTitleLanguage() [1/2]

ilMDGeneral::setTitleLanguage ( $lng_obj)

Definition at line 192 of file class.ilMDGeneral.php.

193  {
194  if (is_object($lng_obj)) {
195  $this->title_language = $lng_obj;
196  }
197  }

◆ setTitleLanguage() [2/2]

ilMDGeneral::setTitleLanguage ( $lng_obj)

Definition at line 192 of file class.ilMDGeneral.php.

Referenced by read().

193  {
194  if (is_object($lng_obj)) {
195  $this->title_language = $lng_obj;
196  }
197  }
+ Here is the caller graph for this function:

◆ toXML() [1/2]

ilMDGeneral::toXML ( $writer)

Definition at line 350 of file class.ilMDGeneral.php.

References $id, $key, array, getCoverage(), getCoverageLanguageCode(), getDescription(), getDescriptionIds(), getIdentifier(), getIdentifierIds(), getKeyword(), getKeywordIds(), getLanguage(), getLanguageIds(), getStructure(), getTitle(), and getTitleLanguageCode().

351  {
352  $writer->xmlStartTag('General', array('Structure' => $this->getStructure()));
353 
354  // Identifier
355  foreach ($this->getIdentifierIds() as $id) {
356  $ide =&$this->getIdentifier($id);
357  $ide->toXML($writer);
358  }
359 
360  // TItle
361  $writer->xmlElement('Title', array('Language' => $this->getTitleLanguageCode()), $this->getTitle());
362 
363  // Language
364  foreach ($this->getLanguageIds() as $id) {
365  $lan =&$this->getLanguage($id);
366  $lan->toXML($writer);
367  }
368 
369  // Description
370  foreach ($this->getDescriptionIds() as $id) {
371  $des =&$this->getDescription($id);
372  $des->toXML($writer);
373  }
374 
375  // Keyword
376  foreach ($this->getKeywordIds() as $id) {
377  $key =&$this->getKeyword($id);
378  $key->toXML($writer);
379  }
380 
381  // Copverage
382  if (strlen($this->getCoverage())) {
383  $writer->xmlElement('Coverage', array('Language' => $this->getCoverageLanguageCode()), $this->getCoverage());
384  }
385  $writer->xmlEndTag('General');
386  }
& getLanguage($a_language_id)
& getKeyword($a_keyword_id)
if(!array_key_exists('StateId', $_REQUEST)) $id
& getIdentifier($a_identifier_id)
& getDescription($a_description_id)
Create styles array
The data for the language used.
$key
Definition: croninfo.php:18
+ Here is the call graph for this function:

◆ toXML() [2/2]

ilMDGeneral::toXML ( $writer)

Definition at line 350 of file class.ilMDGeneral.php.

References $id, $key, array, getCoverage(), getCoverageLanguageCode(), getDescription(), getDescriptionIds(), ilMDBase\getExportMode(), getIdentifier(), getIdentifierIds(), getKeyword(), getKeywordIds(), getLanguage(), getLanguageIds(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getRBACId(), getStructure(), getTitle(), and getTitleLanguageCode().

351  {
352  $writer->xmlStartTag('General', array('Structure' => $this->getStructure() ?
353  $this->getStructure() :
354  'Atomic'));
355 
356 
357  // Identifier
358  $first = true;
359  $identifiers = array();
360  $identifiers = $this->getIdentifierIds();
361  foreach ($identifiers as $id) {
362  $ide =&$this->getIdentifier($id);
363  $ide->setExportMode($this->getExportMode());
364  $ide->toXML($writer);
365  $first = false;
366  }
367  if (!count($identifiers)) {
368  include_once 'Services/MetaData/classes/class.ilMDIdentifier.php';
369  $ide = new ilMDIdentifier(
370  $this->getRBACId(),
371  $this->getObjId(),
372  $this->getObjType()
373  ); // added type, alex, 31 Oct 2007
374  $ide->setExportMode(true);
375  $ide->toXML($writer, true);
376  }
377 
378  // Title
379  $writer->xmlElement(
380  'Title',
381  array('Language' => $this->getTitleLanguageCode() ?
382  $this->getTitleLanguageCode() :
383  'en'),
384  $this->getTitle()
385  );
386 
387  // Language
388  $languages = $this->getLanguageIds();
389  foreach ($languages as $id) {
390  $lan =&$this->getLanguage($id);
391  $lan->toXML($writer);
392  }
393  if (!count($languages)) {
394  // Default
395  include_once 'Services/MetaData/classes/class.ilMDLanguage.php';
396  $lan = new ilMDLanguage($this->getRBACId(), $this->getObjId());
397  $lan->toXML($writer);
398  }
399 
400  // Description
401  $descriptions = $this->getDescriptionIds();
402  foreach ($descriptions as $id) {
403  $des =&$this->getDescription($id);
404  $des->toXML($writer);
405  }
406  if (!count($descriptions)) {
407  // Default
408  include_once 'Services/MetaData/classes/class.ilMDDescription.php';
409  $des = new ilMDDescription($this->getRBACId(), $this->getObjId());
410  $des->toXML($writer);
411  }
412 
413 
414  // Keyword
415  $keywords = $this->getKeywordIds();
416  foreach ($keywords as $id) {
417  $key =&$this->getKeyword($id);
418  $key->toXML($writer);
419  }
420  if (!count($keywords)) {
421  // Default
422  include_once 'Services/MetaData/classes/class.ilMDKeyword.php';
423  $key = new ilMDKeyword($this->getRBACId(), $this->getObjId());
424  $key->toXML($writer);
425  }
426 
427  // Copverage
428  if (strlen($this->getCoverage())) {
429  $writer->xmlElement(
430  'Coverage',
431  array('Language' => $this->getCoverageLanguageCode() ?
432  $this->getCoverageLanguageCode() :
433  'en'),
434  $this->getCoverage()
435  );
436  }
437  $writer->xmlEndTag('General');
438  }
& getLanguage($a_language_id)
& getKeyword($a_keyword_id)
if(!array_key_exists('StateId', $_REQUEST)) $id
& getIdentifier($a_identifier_id)
& getDescription($a_description_id)
Create styles array
The data for the language used.
$key
Definition: croninfo.php:18
+ Here is the call graph for this function:

◆ update() [1/2]

ilMDGeneral::update ( )

Definition at line 246 of file class.ilMDGeneral.php.

References $ilDB, ilMDBase\getMetaId(), and ilDBConstants\MDB2_AUTOQUERY_UPDATE.

247  {
248  global $ilDB;
249 
250  if ($this->getMetaId()) {
251  if ($this->db->autoExecute(
252  'il_meta_general',
253  $this->__getFields(),
255  "meta_general_id = " . $ilDB->quote($this->getMetaId())
256  )) {
257  return true;
258  }
259  }
260  return false;
261  }
global $ilDB
+ Here is the call graph for this function:

◆ update() [2/2]

ilMDGeneral::update ( )

Definition at line 249 of file class.ilMDGeneral.php.

References $ilDB, array, and ilMDBase\getMetaId().

250  {
251  global $ilDB;
252 
253  if ($this->getMetaId()) {
254  if ($this->db->update(
255  'il_meta_general',
256  $this->__getFields(),
257  array("meta_general_id" => array('integer',$this->getMetaId()))
258  )) {
259  return true;
260  }
261  }
262  return false;
263  }
Create styles array
The data for the language used.
global $ilDB
+ Here is the call graph for this function:

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