ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
setLocation (string $a_location) | |
getLocation () | |
setLocationType (string $a_location_type) | |
getLocationType () | |
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, int $a_parent_id, string $a_parent_type) |
Private Attributes | |
string | $location = '' |
string | $location_type = '' |
Additional Inherited Members | |
![]() | |
ilLogger | $log |
ilDBInterface | $db |
Definition at line 26 of file class.ilMDLocation.php.
ilMDLocation::__getFields | ( | ) |
Definition at line 88 of file class.ilMDLocation.php.
References getLocation(), getLocationType(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), and ilMDBase\getRBACId().
Referenced by save(), and update().
|
static |
Definition at line 137 of file class.ilMDLocation.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMDTechnical\getLocationIds().
ilMDLocation::delete | ( | ) |
Definition at line 73 of file class.ilMDLocation.php.
References $query, $res, and ilMDBase\getMetaId().
ilMDLocation::getLocation | ( | ) |
Definition at line 37 of file class.ilMDLocation.php.
References $location.
Referenced by __getFields(), and toXML().
ilMDLocation::getLocationType | ( | ) |
Definition at line 47 of file class.ilMDLocation.php.
References $location_type.
Referenced by __getFields(), and toXML().
ilMDLocation::read | ( | ) |
Definition at line 101 of file class.ilMDLocation.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setLocation(), setLocationType(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), and ilMDBase\setRBACId().
ilMDLocation::save | ( | ) |
Definition at line 52 of file class.ilMDLocation.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
ilMDLocation::setLocation | ( | string | $a_location | ) |
Definition at line 32 of file class.ilMDLocation.php.
Referenced by read().
ilMDLocation::setLocationType | ( | string | $a_location_type | ) |
Definition at line 42 of file class.ilMDLocation.php.
Referenced by read().
ilMDLocation::toXML | ( | ilXmlWriter | $writer | ) |
Definition at line 121 of file class.ilMDLocation.php.
References getLocation(), getLocationType(), and ilXmlWriter\xmlElement().
ilMDLocation::update | ( | ) |
Definition at line 64 of file class.ilMDLocation.php.
References __getFields(), and ilMDBase\getMetaId().
|
private |
Definition at line 28 of file class.ilMDLocation.php.
Referenced by getLocation().
|
private |
Definition at line 29 of file class.ilMDLocation.php.
Referenced by getLocationType().