|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMDFormat:
Collaboration diagram for ilMDFormat:Public Member Functions | |
| setFormat (string $a_format) | |
| getFormat () | |
| save () | |
| update () | |
| delete () | |
| __getFields () | |
| read () | |
| toXML (ilXmlWriter $writer) | |
Public Member Functions inherited from ilMDBase | |
| __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 | |
Protected Attributes inherited from ilMDBase | |
| ilLogger | $log |
| ilDBInterface | $db |
Definition at line 27 of file class.ilMDFormat.php.
| ilMDFormat::__getFields | ( | ) |
Definition at line 78 of file class.ilMDFormat.php.
References getFormat(), ilMDBase\getObjId(), ilMDBase\getObjType(), and ilMDBase\getRBACId().
Referenced by save(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 117 of file class.ilMDFormat.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMDTechnical\getFormatIds().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDFormat::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 63 of file class.ilMDFormat.php.
References $query, $res, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDFormat::getFormat | ( | ) |
Definition at line 37 of file class.ilMDFormat.php.
References $format.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDFormat::read | ( | ) |
Reimplemented from ilMDBase.
Definition at line 88 of file class.ilMDFormat.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setFormat(), ilMDBase\setObjId(), ilMDBase\setObjType(), and ilMDBase\setRBACId().
Here is the call graph for this function:| ilMDFormat::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 42 of file class.ilMDFormat.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDFormat::setFormat | ( | string | $a_format | ) |
Definition at line 32 of file class.ilMDFormat.php.
Referenced by read().
Here is the caller graph for this function:| ilMDFormat::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 105 of file class.ilMDFormat.php.
References getFormat(), and ilXmlWriter\xmlElement().
Here is the call graph for this function:| ilMDFormat::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 54 of file class.ilMDFormat.php.
References __getFields(), and ilMDBase\getMetaId().
Here is the call graph for this function:
|
private |
Definition at line 29 of file class.ilMDFormat.php.
Referenced by getFormat().