| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilMDTaxonPath:
 Collaboration diagram for ilMDTaxonPath:Public Member Functions | |
| getTaxonIds () | |
| getTaxon (int $a_taxon_id) | |
| addTaxon () | |
| setSource (string $a_source) | |
| getSource () | |
| setSourceLanguage (ilMDLanguageItem $lng_obj) | |
| getSourceLanguage () | |
| getSourceLanguageCode () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (ilXmlWriter $writer) | |
  Public Member Functions inherited from ilMDBase | |
| __construct (int $a_rbac_id=0, int $a_obj_id=0, string $a_type='') | |
| constructor  More... | |
| read () | |
| setRBACId (int $a_id) | |
| getRBACId () | |
| setObjId (int $a_id) | |
| getObjId () | |
| setObjType (string $a_type) | |
| getObjType () | |
| setMetaId (int $a_meta_id, bool $a_read_data=true) | |
| getMetaId () | |
| setParentType (string $a_parent_type) | |
| getParentType () | |
| setParentId (int $a_id) | |
| getParentId () | |
| setExportMode (bool $a_export_mode=true) | |
| getExportMode () | |
| validate () | |
| update () | |
| save () | |
| delete () | |
| toXML (ilXmlWriter $writer) | |
Static Public Member Functions | |
| static | _getIds (int $a_rbac_id, int $a_obj_id, int $a_parent_id, string $a_parent_type) | 
Private Attributes | |
| string | $source = '' | 
| ilMDLanguageItem | $source_language = null | 
Additional Inherited Members | |
  Protected Attributes inherited from ilMDBase | |
| ilLogger | $log | 
| ilDBInterface | $db | 
Definition at line 26 of file class.ilMDTaxonPath.php.
| ilMDTaxonPath::__getFields | ( | ) | 
Definition at line 131 of file class.ilMDTaxonPath.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), ilMDBase\getRBACId(), getSource(), and getSourceLanguageCode().
Referenced by save(), and update().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 193 of file class.ilMDTaxonPath.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMDClassification\getTaxonPathIds().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilMDTaxonPath::addTaxon | ( | ) | 
Definition at line 55 of file class.ilMDTaxonPath.php.
References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
 Here is the call graph for this function:| ilMDTaxonPath::delete | ( | ) | 
Definition at line 111 of file class.ilMDTaxonPath.php.
References $id, $res, ilMDBase\getMetaId(), getTaxon(), and getTaxonIds().
 Here is the call graph for this function:| ilMDTaxonPath::getSource | ( | ) | 
Definition at line 70 of file class.ilMDTaxonPath.php.
References $source.
Referenced by __getFields(), and toXML().
 Here is the caller graph for this function:| ilMDTaxonPath::getSourceLanguage | ( | ) | 
Definition at line 80 of file class.ilMDTaxonPath.php.
| ilMDTaxonPath::getSourceLanguageCode | ( | ) | 
Definition at line 85 of file class.ilMDTaxonPath.php.
Referenced by __getFields(), and toXML().
 Here is the caller graph for this function:| ilMDTaxonPath::getTaxon | ( | int | $a_taxon_id | ) | 
Definition at line 44 of file class.ilMDTaxonPath.php.
Referenced by delete(), and toXML().
 Here is the caller graph for this function:| ilMDTaxonPath::getTaxonIds | ( | ) | 
Definition at line 36 of file class.ilMDTaxonPath.php.
References ilMDTaxon\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Referenced by delete(), and toXML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilMDTaxonPath::read | ( | ) | 
Definition at line 144 of file class.ilMDTaxonPath.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), ilMDBase\setRBACId(), and setSource().
 Here is the call graph for this function:| ilMDTaxonPath::save | ( | ) | 
Definition at line 90 of file class.ilMDTaxonPath.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
 Here is the call graph for this function:| ilMDTaxonPath::setSource | ( | string | $a_source | ) | 
Definition at line 65 of file class.ilMDTaxonPath.php.
Referenced by read().
 Here is the caller graph for this function:| ilMDTaxonPath::setSourceLanguage | ( | ilMDLanguageItem | $lng_obj | ) | 
Definition at line 75 of file class.ilMDTaxonPath.php.
| ilMDTaxonPath::toXML | ( | ilXmlWriter | $writer | ) | 
Definition at line 164 of file class.ilMDTaxonPath.php.
References $id, ilMDBase\getObjId(), ilMDBase\getRBACId(), getSource(), getSourceLanguageCode(), getTaxon(), getTaxonIds(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
 Here is the call graph for this function:| ilMDTaxonPath::update | ( | ) | 
Definition at line 102 of file class.ilMDTaxonPath.php.
References __getFields(), and ilMDBase\getMetaId().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 28 of file class.ilMDTaxonPath.php.
Referenced by getSource().
      
  | 
  private | 
Definition at line 29 of file class.ilMDTaxonPath.php.