ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
setFormat (string $a_format) | |
getFormat () | |
save () | |
update () | |
delete () | |
__getFields () | |
read () | |
toXML (ilXmlWriter $writer) | |
![]() | |
__construct (int $a_rbac_id=0, int $a_obj_id=0, string $a_type='') | |
constructor More... | |
read () | |
setRBACId (int $a_id) | |
getRBACId () | |
setObjId (int $a_id) | |
getObjId () | |
setObjType (string $a_type) | |
getObjType () | |
setMetaId (int $a_meta_id, bool $a_read_data=true) | |
getMetaId () | |
setParentType (string $a_parent_type) | |
getParentType () | |
setParentId (int $a_id) | |
getParentId () | |
setExportMode (bool $a_export_mode=true) | |
getExportMode () | |
validate () | |
update () | |
save () | |
delete () | |
toXML (ilXmlWriter $writer) | |
Static Public Member Functions | |
static | _getIds (int $a_rbac_id, int $a_obj_id) |
Private Attributes | |
string | $format = '' |
Additional Inherited Members | |
![]() | |
ilLogger | $log |
ilDBInterface | $db |
Definition at line 28 of file class.ilMDFormat.php.
ilMDFormat::__getFields | ( | ) |
Definition at line 79 of file class.ilMDFormat.php.
References getFormat(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Referenced by save(), and update().
|
static |
Definition at line 118 of file class.ilMDFormat.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMDTechnical\getFormatIds().
ilMDFormat::delete | ( | ) |
Definition at line 64 of file class.ilMDFormat.php.
References $res, and ilMDBase\getMetaId().
ilMDFormat::getFormat | ( | ) |
Definition at line 38 of file class.ilMDFormat.php.
References $format.
Referenced by __getFields(), and toXML().
ilMDFormat::read | ( | ) |
Definition at line 89 of file class.ilMDFormat.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setFormat(), ilMDBase\setObjId(), ilMDBase\setObjType(), and ilMDBase\setRBACId().
ilMDFormat::save | ( | ) |
Definition at line 43 of file class.ilMDFormat.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
ilMDFormat::setFormat | ( | string | $a_format | ) |
Definition at line 33 of file class.ilMDFormat.php.
Referenced by read().
ilMDFormat::toXML | ( | ilXmlWriter | $writer | ) |
Definition at line 106 of file class.ilMDFormat.php.
References getFormat(), null, and ilXmlWriter\xmlElement().
ilMDFormat::update | ( | ) |
Definition at line 55 of file class.ilMDFormat.php.
References __getFields(), and ilMDBase\getMetaId().
|
private |
Definition at line 30 of file class.ilMDFormat.php.
Referenced by getFormat().