|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ilMDContribute:
Collaboration diagram for ilMDContribute:Public Member Functions | |
| & | getEntityIds () |
| & | getEntity ($a_entity_id) |
| & | addEntity () |
| setRole ($a_role) | |
| getRole () | |
| setDate ($a_date) | |
| getDate () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (&$writer) | |
| & | getEntityIds () |
| & | getEntity ($a_entity_id) |
| & | addEntity () |
| setRole ($a_role) | |
| getRole () | |
| setDate ($a_date) | |
| getDate () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (&$writer) | |
| _getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type) | |
Public Member Functions inherited from ilMDBase | |
| __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) | |
| __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 () | |
| validate () | |
| update () | |
| save () | |
| delete () | |
| toXML (&$writer) | |
Static Public Member Functions | |
| static | _getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type) |
| static | _lookupAuthors ($a_rbac_id, $a_obj_id, $a_obj_type) |
| Lookup authors. More... | |
Additional Inherited Members | |
Data Fields inherited from ilMDBase | |
| $rbac_id | |
| $obj_id | |
| $obj_type | |
| $export_mode = false | |
Protected Attributes inherited from ilMDBase | |
| $log | |
Definition at line 34 of file class.ilMDContribute.php.
| ilMDContribute::__getFields | ( | ) |
Definition at line 162 of file class.ilMDContribute.php.
References getDate(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), ilMDBase\getRBACId(), and getRole().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDContribute::__getFields | ( | ) |
Definition at line 161 of file class.ilMDContribute.php.
References getDate(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), ilMDBase\getRBACId(), getRole(), and ilUtil\prepareDBString().
Here is the call graph for this function:
|
static |
Definition at line 230 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMDLifecycle\getContributeIds(), and ilMDMetaMetadata\getContributeIds().
Here is the caller graph for this function:| ilMDContribute::_getIds | ( | $a_rbac_id, | |
| $a_obj_id, | |||
| $a_parent_id, | |||
| $a_parent_type | |||
| ) |
Definition at line 219 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
|
static |
Lookup authors.
@access public
| int | rbac_id |
| int | obj_id |
| string | obj_type |
Definition at line 259 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMDUtils\_fillHTMLMetaTags().
Here is the caller graph for this function:| & ilMDContribute::addEntity | ( | ) |
Definition at line 56 of file class.ilMDContribute.php.
References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| & ilMDContribute::addEntity | ( | ) |
Definition at line 56 of file class.ilMDContribute.php.
References ilMDBase\getMetaId(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMDContribute::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 141 of file class.ilMDContribute.php.
References $ilDB, $query, $res, getEntity(), getEntityIds(), and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDContribute::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 139 of file class.ilMDContribute.php.
References $ilDB, $query, getEntity(), getEntityIds(), and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDContribute::getDate | ( | ) |
Definition at line 104 of file class.ilMDContribute.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDContribute::getDate | ( | ) |
Definition at line 103 of file class.ilMDContribute.php.
| & ilMDContribute::getEntity | ( | $a_entity_id | ) |
Definition at line 43 of file class.ilMDContribute.php.
Referenced by delete(), and toXML().
Here is the caller graph for this function:| & ilMDContribute::getEntity | ( | $a_entity_id | ) |
Definition at line 43 of file class.ilMDContribute.php.
| & ilMDContribute::getEntityIds | ( | ) |
Definition at line 37 of file class.ilMDContribute.php.
References ilMDEntity\_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:| & ilMDContribute::getEntityIds | ( | ) |
Definition at line 37 of file class.ilMDContribute.php.
References ilMDEntity\_getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Here is the call graph for this function:| ilMDContribute::getRole | ( | ) |
Definition at line 96 of file class.ilMDContribute.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDContribute::getRole | ( | ) |
Definition at line 95 of file class.ilMDContribute.php.
| ilMDContribute::read | ( | ) |
Definition at line 173 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setDate(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), ilMDBase\setRBACId(), and setRole().
Here is the call graph for this function:| ilMDContribute::read | ( | ) |
Definition at line 172 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setDate(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), ilMDBase\setRBACId(), setRole(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilMDContribute::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 110 of file class.ilMDContribute.php.
References $ilDB, __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDContribute::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 109 of file class.ilMDContribute.php.
References ilMDBase\getMetaId(), ilDBConstants\MDB2_AUTOQUERY_INSERT, and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDContribute::setDate | ( | $a_date | ) |
Definition at line 100 of file class.ilMDContribute.php.
References date.
Referenced by read().
Here is the caller graph for this function:| ilMDContribute::setDate | ( | $a_date | ) |
Definition at line 99 of file class.ilMDContribute.php.
References date.
| ilMDContribute::setRole | ( | $a_role | ) |
Definition at line 68 of file class.ilMDContribute.php.
Referenced by read().
Here is the caller graph for this function:| ilMDContribute::setRole | ( | $a_role | ) |
Definition at line 68 of file class.ilMDContribute.php.
| ilMDContribute::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 204 of file class.ilMDContribute.php.
References getDate(), getEntity(), getEntityIds(), ilMDBase\getObjId(), ilMDBase\getRBACId(), and getRole().
Here is the call graph for this function:| ilMDContribute::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 203 of file class.ilMDContribute.php.
References getDate(), getEntity(), getEntityIds(), and getRole().
Here is the call graph for this function:| ilMDContribute::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 125 of file class.ilMDContribute.php.
References $ilDB, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDContribute::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 122 of file class.ilMDContribute.php.
References $ilDB, ilMDBase\getMetaId(), and ilDBConstants\MDB2_AUTOQUERY_UPDATE.
Here is the call graph for this function: