|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilMD5295MetaMetadata:
Collaboration diagram for ilMD5295MetaMetadata:Public Member Functions | |
| getPossibleSubelements () | |
| & | getIdentifierIds () |
| & | getIdentifier ($a_identifier_id) |
| & | addIdentifier () |
| & | getContributeIds () |
| & | getContribute ($a_contribute_id) |
| & | addContribute () |
| setMetaDataScheme ($a_val) | |
| getMetaDataScheme () | |
| setLanguage (&$lng_obj) | |
| & | getLanguage () |
| getLanguageCode () | |
| 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 | _getId ($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.ilMD5295MetaMetadata.php.
| ilMD5295MetaMetadata::__getFields | ( | ) |
Definition at line 193 of file class.ilMD5295MetaMetadata.php.
References getLanguageCode(), getMetaDataScheme(), ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), 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 272 of file class.ilMD5295MetaMetadata.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMD5295\getMetaMetadata().
Here is the caller graph for this function:| & ilMD5295MetaMetadata::addContribute | ( | ) |
Definition at line 92 of file class.ilMD5295MetaMetadata.php.
References ilMD5295Base\getMetaId(), ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), and ilMD5295Base\getRBACId().
Here is the call graph for this function:| & ilMD5295MetaMetadata::addIdentifier | ( | ) |
Definition at line 63 of file class.ilMD5295MetaMetadata.php.
References ilMD5295Base\getMetaId(), ilMD5295Base\getObjId(), ilMD5295Base\getObjType(), and ilMD5295Base\getRBACId().
Here is the call graph for this function:| ilMD5295MetaMetadata::delete | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 165 of file class.ilMD5295MetaMetadata.php.
References $DIC, $ilDB, $query, $res, getContribute(), getContributeIds(), getIdentifier(), getIdentifierIds(), and ilMD5295Base\getMetaId().
Here is the call graph for this function:| & ilMD5295MetaMetadata::getContribute | ( | $a_contribute_id | ) |
Definition at line 80 of file class.ilMD5295MetaMetadata.php.
Referenced by delete(), and toXML().
Here is the caller graph for this function:| & ilMD5295MetaMetadata::getContributeIds | ( | ) |
Definition at line 74 of file class.ilMD5295MetaMetadata.php.
References ilMD5295Contribute\_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:| & ilMD5295MetaMetadata::getIdentifier | ( | $a_identifier_id | ) |
Definition at line 51 of file class.ilMD5295MetaMetadata.php.
Referenced by delete(), and toXML().
Here is the caller graph for this function:| & ilMD5295MetaMetadata::getIdentifierIds | ( | ) |
Definition at line 45 of file class.ilMD5295MetaMetadata.php.
References ilMD5295Identifier\_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:| & ilMD5295MetaMetadata::getLanguage | ( | ) |
Definition at line 121 of file class.ilMD5295MetaMetadata.php.
References language().
Here is the call graph for this function:| ilMD5295MetaMetadata::getLanguageCode | ( | ) |
Definition at line 125 of file class.ilMD5295MetaMetadata.php.
References language().
Referenced by __getFields(), and toXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD5295MetaMetadata::getMetaDataScheme | ( | ) |
Definition at line 110 of file class.ilMD5295MetaMetadata.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMD5295MetaMetadata::getPossibleSubelements | ( | ) |
Definition at line 35 of file class.ilMD5295MetaMetadata.php.
| ilMD5295MetaMetadata::read | ( | ) |
Definition at line 202 of file class.ilMD5295MetaMetadata.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMD5295Base\getMetaId(), setLanguage(), setMetaDataScheme(), ilMD5295Base\setObjId(), ilMD5295Base\setObjType(), and ilMD5295Base\setRBACId().
Here is the call graph for this function:| ilMD5295MetaMetadata::save | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 131 of file class.ilMD5295MetaMetadata.php.
References $DIC, $ilDB, __getFields(), ilMD5295Base\getMetaId(), and ilMD5295Base\setMetaId().
Here is the call graph for this function:| ilMD5295MetaMetadata::setLanguage | ( | & | $lng_obj | ) |
Definition at line 115 of file class.ilMD5295MetaMetadata.php.
References language().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD5295MetaMetadata::setMetaDataScheme | ( | $a_val | ) |
Definition at line 106 of file class.ilMD5295MetaMetadata.php.
Referenced by read().
Here is the caller graph for this function:| ilMD5295MetaMetadata::toXML | ( | & | $writer | ) |
Reimplemented from ilMD5295Base.
Definition at line 234 of file class.ilMD5295MetaMetadata.php.
References getContribute(), getContributeIds(), getIdentifier(), getIdentifierIds(), getLanguageCode(), getMetaDataScheme(), ilMD5295Base\getObjId(), and ilMD5295Base\getRBACId().
Here is the call graph for this function:| ilMD5295MetaMetadata::update | ( | ) |
Reimplemented from ilMD5295Base.
Definition at line 147 of file class.ilMD5295MetaMetadata.php.
References $DIC, $ilDB, and ilMD5295Base\getMetaId().
Here is the call graph for this function: