|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilMD5295Classification:
Collaboration diagram for ilMD5295Classification:Public Member Functions | |
| & | getTaxonPathIds () |
| & | getTaxonPath ($a_taxon_path_id) |
| & | addTaxonPath () |
| & | getKeywordIds () |
| & | getKeyword ($a_keyword_id) |
| & | addKeyword () |
| setPurpose ($a_purpose) | |
| getPurpose () | |
| setDescription ($a_description) | |
| getDescription () | |
| setDescriptionLanguage (&$lng_obj) | |
| & | getDescriptionLanguage () |
| getDescriptionLanguageCode () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (&$writer) | |
Public Member Functions inherited from ilMD5295Base | |
| __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) | |
Static Public Member Functions | |
| static | _getIds ($a_rbac_id, $a_obj_id) |
Additional Inherited Members | |
Data Fields inherited from ilMD5295Base | |
| $rbac_id | |
| $obj_id | |
| $obj_type | |
| $export_mode = false | |
Protected Attributes inherited from ilMD5295Base | |
| $log | |
Definition at line 33 of file class.ilMD5295Classification.php.
| ilMD5295Classification::__getFields | ( | ) |
Definition at line 202 of file class.ilMD5295Classification.php.
References getDescription(), getDescriptionLanguageCode(), ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), getPurpose(), and ilMD5295Base\getRBACId().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 286 of file class.ilMD5295Classification.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMD5295\getClassificationIds().
Here is the caller graph for this function:| & ilMD5295Classification::addKeyword | ( | ) |
Definition at line 83 of file class.ilMD5295Classification.php.
References ilMD5295Base\getMetaId(), ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), and ilMD5295Base\getRBACId().
Here is the call graph for this function:| & ilMD5295Classification::addTaxonPath | ( | ) |
Definition at line 54 of file class.ilMD5295Classification.php.
References ilMD5295Base\getMetaId(), ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), and ilMD5295Base\getRBACId().
Here is the call graph for this function:| ilMD5295Classification::delete | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 176 of file class.ilMD5295Classification.php.
References $DIC, $ilDB, $query, $res, getKeyword(), getKeywordIds(), ilMD5295Base\getMetaId(), getTaxonPath(), and getTaxonPathIds().
Here is the call graph for this function:| ilMD5295Classification::getDescription | ( | ) |
Definition at line 122 of file class.ilMD5295Classification.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| & ilMD5295Classification::getDescriptionLanguage | ( | ) |
Definition at line 132 of file class.ilMD5295Classification.php.
| ilMD5295Classification::getDescriptionLanguageCode | ( | ) |
Definition at line 136 of file class.ilMD5295Classification.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| & ilMD5295Classification::getKeyword | ( | $a_keyword_id | ) |
Definition at line 71 of file class.ilMD5295Classification.php.
Referenced by delete(), and toXML().
Here is the caller graph for this function:| & ilMD5295Classification::getKeywordIds | ( | ) |
Definition at line 65 of file class.ilMD5295Classification.php.
References ilMD5295Keyword\_getIds(), ilMD5295Base\getMetaId(), ilMD5295Base\getObjId(), and ilMD5295Base\getRBACId().
Referenced by delete(), and toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD5295Classification::getPurpose | ( | ) |
Definition at line 114 of file class.ilMD5295Classification.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| & ilMD5295Classification::getTaxonPath | ( | $a_taxon_path_id | ) |
Definition at line 42 of file class.ilMD5295Classification.php.
Referenced by delete(), and toXML().
Here is the caller graph for this function:| & ilMD5295Classification::getTaxonPathIds | ( | ) |
Definition at line 36 of file class.ilMD5295Classification.php.
References ilMD5295TaxonPath\_getIds(), ilMD5295Base\getMetaId(), ilMD5295Base\getObjId(), and ilMD5295Base\getRBACId().
Referenced by delete(), and toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD5295Classification::read | ( | ) |
Definition at line 212 of file class.ilMD5295Classification.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMD5295Base\getMetaId(), setDescription(), ilMD5295Base\setObjId(), ilMD5295Base\setObjType(), setPurpose(), and ilMD5295Base\setRBACId().
Here is the call graph for this function:| ilMD5295Classification::save | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 142 of file class.ilMD5295Classification.php.
References $DIC, $ilDB, __getFields(), ilMD5295Base\getMetaId(), and ilMD5295Base\setMetaId().
Here is the call graph for this function:| ilMD5295Classification::setDescription | ( | $a_description | ) |
Definition at line 118 of file class.ilMD5295Classification.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295Classification::setDescriptionLanguage | ( | & | $lng_obj | ) |
Definition at line 126 of file class.ilMD5295Classification.php.
| ilMD5295Classification::setPurpose | ( | $a_purpose | ) |
Definition at line 95 of file class.ilMD5295Classification.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295Classification::toXML | ( | & | $writer | ) |
Reimplemented from ilMD5295Base.
Definition at line 242 of file class.ilMD5295Classification.php.
References $keys, getDescription(), getDescriptionLanguageCode(), getKeyword(), getKeywordIds(), ilMD5295Base\getObjId(), getPurpose(), ilMD5295Base\getRBACId(), getTaxonPath(), and getTaxonPathIds().
Here is the call graph for this function:| ilMD5295Classification::update | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 158 of file class.ilMD5295Classification.php.
References $DIC, $ilDB, and ilMD5295Base\getMetaId().
Here is the call graph for this function: