|
ILIAS
Release_4_0_x_branch Revision 61816
|
Inheritance diagram for ilMDContribute:
Collaboration diagram for ilMDContribute:Public Member Functions | |
| ilMDContribute ($a_rbac_id=0, $a_obj_id=0, $a_obj_type= '') | |
| & | 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) | |
| ilMDContribute ($a_rbac_id=0, $a_obj_id=0, $a_obj_type= '') | |
| & | 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 | |
| ilMDBase ($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 () | |
| ilMDBase ($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 () | |
Static Public Member Functions | |
| static | _lookupAuthors ($a_rbac_id, $a_obj_id, $a_obj_type) |
| Lookup authors. | |
Additional Inherited Members | |
Data Fields inherited from ilMDBase | |
| $rbac_id | |
| $obj_id | |
| $obj_type | |
| $export_mode = false | |
Definition at line 34 of file class.ilMDContribute.php.
| ilMDContribute::__getFields | ( | ) |
Definition at line 169 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:| ilMDContribute::__getFields | ( | ) |
Definition at line 170 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::_getIds | ( | $a_rbac_id, | |
| $a_obj_id, | |||
| $a_parent_id, | |||
| $a_parent_type | |||
| ) |
Definition at line 227 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
| ilMDContribute::_getIds | ( | $a_rbac_id, | |
| $a_obj_id, | |||
| $a_parent_id, | |||
| $a_parent_type | |||
| ) |
Definition at line 238 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilMDLifecycle\getContributeIds(), ilMDMetaMetadata\getContributeIds(), and getEntityIds().
Here is the caller graph for this function:
|
static |
Lookup authors.
public
| int | rbac_id |
| int | obj_id |
| string | obj_type |
Definition at line 267 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilMDUtils\_fillHTMLMetaTags().
Here is the caller graph for this function:| & ilMDContribute::addEntity | ( | ) |
Definition at line 64 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 64 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 147 of file class.ilMDContribute.php.
References $ilDB, $query, getEntity(), getEntityIds(), and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDContribute::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 149 of file class.ilMDContribute.php.
References $ilDB, $query, $res, getEntity(), getEntityIds(), and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDContribute::getDate | ( | ) |
Definition at line 111 of file class.ilMDContribute.php.
| ilMDContribute::getDate | ( | ) |
Definition at line 112 of file class.ilMDContribute.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| & ilMDContribute::getEntity | ( | $a_entity_id | ) |
Definition at line 51 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 51 of file class.ilMDContribute.php.
| & ilMDContribute::getEntityIds | ( | ) |
Definition at line 45 of file class.ilMDContribute.php.
References _getIds(), ilMDBase\getMetaId(), ilMDBase\getObjId(), and ilMDBase\getRBACId().
Here is the call graph for this function:| & ilMDContribute::getEntityIds | ( | ) |
Definition at line 45 of file class.ilMDContribute.php.
References _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::getRole | ( | ) |
Definition at line 103 of file class.ilMDContribute.php.
| ilMDContribute::getRole | ( | ) |
Definition at line 104 of file class.ilMDContribute.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDContribute::ilMDContribute | ( | $a_rbac_id = 0, |
|
$a_obj_id = 0, |
|||
$a_obj_type = '' |
|||
| ) |
Definition at line 36 of file class.ilMDContribute.php.
References ilMDBase\ilMDBase().
Here is the call graph for this function:| ilMDContribute::ilMDContribute | ( | $a_rbac_id = 0, |
|
$a_obj_id = 0, |
|||
$a_obj_type = '' |
|||
| ) |
Definition at line 36 of file class.ilMDContribute.php.
References ilMDBase\ilMDBase().
Here is the call graph for this function:| ilMDContribute::read | ( | ) |
Definition at line 180 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, DB_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::read | ( | ) |
Definition at line 181 of file class.ilMDContribute.php.
References $ilDB, $query, $res, $row, DB_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::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 117 of file class.ilMDContribute.php.
References ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDContribute::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 118 of file class.ilMDContribute.php.
References $ilDB, __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDContribute::setDate | ( | $a_date | ) |
Definition at line 107 of file class.ilMDContribute.php.
| ilMDContribute::setDate | ( | $a_date | ) |
Definition at line 108 of file class.ilMDContribute.php.
Referenced by read().
Here is the caller graph for this function:| ilMDContribute::setRole | ( | $a_role | ) |
Definition at line 76 of file class.ilMDContribute.php.
Referenced by read().
Here is the caller graph for this function:| ilMDContribute::setRole | ( | $a_role | ) |
Definition at line 76 of file class.ilMDContribute.php.
| ilMDContribute::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 211 of file class.ilMDContribute.php.
References getDate(), getEntity(), getEntityIds(), and getRole().
Here is the call graph for this function:| ilMDContribute::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 212 of file class.ilMDContribute.php.
References getDate(), getEntity(), getEntityIds(), ilMDBase\getObjId(), ilMDBase\getRBACId(), and getRole().
Here is the call graph for this function:| ilMDContribute::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 130 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 133 of file class.ilMDContribute.php.
References $ilDB, and ilMDBase\getMetaId().
Here is the call graph for this function: