|
ILIAS
release_8 Revision v8.24
|
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 128 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 190 of file class.ilMDTaxonPath.php.
References $DIC, $ilDB, $query, $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 52 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 | ( | ) |
Reimplemented from ilMDBase.
Definition at line 108 of file class.ilMDTaxonPath.php.
References $id, $query, $res, ilMDBase\getMetaId(), getTaxon(), and getTaxonIds().
Here is the call graph for this function:| ilMDTaxonPath::getSource | ( | ) |
Definition at line 67 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 77 of file class.ilMDTaxonPath.php.
| ilMDTaxonPath::getSourceLanguageCode | ( | ) |
Definition at line 82 of file class.ilMDTaxonPath.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDTaxonPath::getTaxon | ( | int | $a_taxon_id | ) |
| 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 | ( | ) |
Reimplemented from ilMDBase.
Definition at line 141 of file class.ilMDTaxonPath.php.
References $query, $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 | ( | ) |
Reimplemented from ilMDBase.
Definition at line 87 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 62 of file class.ilMDTaxonPath.php.
Referenced by read().
Here is the caller graph for this function:| ilMDTaxonPath::setSourceLanguage | ( | ilMDLanguageItem | $lng_obj | ) |
Definition at line 72 of file class.ilMDTaxonPath.php.
| ilMDTaxonPath::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 161 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 | ( | ) |
Reimplemented from ilMDBase.
Definition at line 99 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.