|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMDTaxon:
Collaboration diagram for ilMDTaxon:Public Member Functions | |
| setTaxon (string $a_taxon) | |
| getTaxon () | |
| setTaxonLanguage (ilMDLanguageItem $lng_obj) | |
| getTaxonLanguage () | |
| getTaxonLanguageCode () | |
| setTaxonId (string $a_taxon_id) | |
| getTaxonId () | |
| 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 | $taxon = '' |
| ilMDLanguageItem | $taxon_language = null |
| string | $taxon_id = '' |
Additional Inherited Members | |
Protected Attributes inherited from ilMDBase | |
| ilLogger | $log |
| ilDBInterface | $db |
Definition at line 26 of file class.ilMDTaxon.php.
| ilMDTaxon::__getFields | ( | ) |
Definition at line 105 of file class.ilMDTaxon.php.
References ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), ilMDBase\getRBACId(), getTaxon(), getTaxonId(), and getTaxonLanguageCode().
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 158 of file class.ilMDTaxon.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMDTaxonPath\getTaxonIds().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDTaxon::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 89 of file class.ilMDTaxon.php.
References $query, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDTaxon::getTaxon | ( | ) |
Definition at line 38 of file class.ilMDTaxon.php.
References $taxon.
Referenced by __getFields().
Here is the caller graph for this function:| ilMDTaxon::getTaxonId | ( | ) |
Definition at line 63 of file class.ilMDTaxon.php.
References $taxon_id.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDTaxon::getTaxonLanguage | ( | ) |
Definition at line 48 of file class.ilMDTaxon.php.
| ilMDTaxon::getTaxonLanguageCode | ( | ) |
Definition at line 53 of file class.ilMDTaxon.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDTaxon::read | ( | ) |
Reimplemented from ilMDBase.
Definition at line 119 of file class.ilMDTaxon.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), ilMDBase\setRBACId(), setTaxon(), and setTaxonId().
Here is the call graph for this function:| ilMDTaxon::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 68 of file class.ilMDTaxon.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDTaxon::setTaxon | ( | string | $a_taxon | ) |
Definition at line 33 of file class.ilMDTaxon.php.
Referenced by read().
Here is the caller graph for this function:| ilMDTaxon::setTaxonId | ( | string | $a_taxon_id | ) |
Definition at line 58 of file class.ilMDTaxon.php.
Referenced by read().
Here is the caller graph for this function:| ilMDTaxon::setTaxonLanguage | ( | ilMDLanguageItem | $lng_obj | ) |
Definition at line 43 of file class.ilMDTaxon.php.
| ilMDTaxon::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 140 of file class.ilMDTaxon.php.
References getTaxonId(), getTaxonLanguageCode(), and ilXmlWriter\xmlElement().
Here is the call graph for this function:| ilMDTaxon::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 80 of file class.ilMDTaxon.php.
References __getFields(), and ilMDBase\getMetaId().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilMDTaxon.php.
Referenced by getTaxon().
|
private |
Definition at line 30 of file class.ilMDTaxon.php.
Referenced by getTaxonId().
|
private |
Definition at line 29 of file class.ilMDTaxon.php.