ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
ilMDEntity ($a_rbac_id=0, $a_obj_id=0, $a_obj_type= '') | |
setEntity ($a_entity) | |
getEntity () | |
save () | |
update () | |
delete () | |
__getFields () | |
read () | |
toXML (&$writer) | |
_getIds ($a_rbac_id, $a_obj_id, $a_parent_id, $a_parent_type) | |
ilMDEntity ($a_rbac_id=0, $a_obj_id=0, $a_obj_type= '') | |
setEntity ($a_entity) | |
getEntity () | |
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 () |
Additional Inherited Members | |
Data Fields inherited from ilMDBase | |
$rbac_id | |
$obj_id | |
$obj_type | |
$export_mode = false |
Definition at line 34 of file class.ilMDEntity.php.
ilMDEntity::__getFields | ( | ) |
Definition at line 100 of file class.ilMDEntity.php.
References getEntity(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), and ilMDBase\getRBACId().
ilMDEntity::__getFields | ( | ) |
Definition at line 100 of file class.ilMDEntity.php.
References getEntity(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), ilMDBase\getRBACId(), and ilUtil\prepareDBString().
ilMDEntity::_getIds | ( | $a_rbac_id, | |
$a_obj_id, | |||
$a_parent_id, | |||
$a_parent_type | |||
) |
Definition at line 145 of file class.ilMDEntity.php.
References $res, and DB_FETCHMODE_OBJECT.
ilMDEntity::_getIds | ( | $a_rbac_id, | |
$a_obj_id, | |||
$a_parent_id, | |||
$a_parent_type | |||
) |
Definition at line 145 of file class.ilMDEntity.php.
References $res, and DB_FETCHMODE_OBJECT.
ilMDEntity::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 83 of file class.ilMDEntity.php.
References ilMDBase\getMetaId().
ilMDEntity::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 83 of file class.ilMDEntity.php.
References ilMDBase\getMetaId().
ilMDEntity::getEntity | ( | ) |
Definition at line 48 of file class.ilMDEntity.php.
ilMDEntity::getEntity | ( | ) |
Definition at line 48 of file class.ilMDEntity.php.
Referenced by __getFields(), and toXML().
ilMDEntity::ilMDEntity | ( | $a_rbac_id = 0 , |
|
$a_obj_id = 0 , |
|||
$a_obj_type = '' |
|||
) |
Definition at line 36 of file class.ilMDEntity.php.
References ilMDBase\ilMDBase().
ilMDEntity::ilMDEntity | ( | $a_rbac_id = 0 , |
|
$a_obj_id = 0 , |
|||
$a_obj_type = '' |
|||
) |
Definition at line 36 of file class.ilMDEntity.php.
References ilMDBase\ilMDBase().
ilMDEntity::read | ( | ) |
Definition at line 110 of file class.ilMDEntity.php.
References $res, DB_FETCHMODE_OBJECT, ilMDBase\getMetaId(), setEntity(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), ilMDBase\setRBACId(), and ilUtil\stripSlashes().
ilMDEntity::read | ( | ) |
Definition at line 110 of file class.ilMDEntity.php.
References $res, DB_FETCHMODE_OBJECT, ilMDBase\getMetaId(), setEntity(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), and ilMDBase\setRBACId().
ilMDEntity::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 53 of file class.ilMDEntity.php.
References ilMDBase\getMetaId(), and ilMDBase\setMetaId().
ilMDEntity::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 53 of file class.ilMDEntity.php.
References ilMDBase\getMetaId(), and ilMDBase\setMetaId().
ilMDEntity::setEntity | ( | $a_entity | ) |
Definition at line 44 of file class.ilMDEntity.php.
Referenced by read().
ilMDEntity::setEntity | ( | $a_entity | ) |
Definition at line 44 of file class.ilMDEntity.php.
ilMDEntity::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 138 of file class.ilMDEntity.php.
References getEntity().
ilMDEntity::toXML | ( | & | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 138 of file class.ilMDEntity.php.
References getEntity().
ilMDEntity::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 66 of file class.ilMDEntity.php.
References ilMDBase\getMetaId().
ilMDEntity::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 66 of file class.ilMDEntity.php.
References ilMDBase\getMetaId().