|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMDKeyword:
Collaboration diagram for ilMDKeyword:Public Member Functions | |
| setKeyword (string $a_keyword) | |
| getKeyword () | |
| setKeywordLanguage (ilMDLanguageItem $lng_obj) | |
| getKeywordLanguage () | |
| getKeywordLanguageCode () | |
| 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, int $a_parent_id, string $a_parent_type) |
| static | _getKeywordsByLanguage (int $a_rbac_id, int $a_obj_id, string $a_type) |
| static | _getKeywordsByLanguageAsString (int $a_rbac_id, int $a_obj_id, string $a_type) |
| static | _searchKeywords (string $a_query, string $a_type, int $a_rbac_id=0) |
| static | _getMatchingKeywords (string $a_query, string $a_type, int $a_rbac_id=0) |
| static | lookupKeywords (int $a_rbac_id, int $a_obj_id, bool $a_return_ids=false) |
| static | updateKeywords (ilMDGeneral $a_md_section, array $a_keywords) |
Private Attributes | |
| string | $keyword = '' |
| ilMDLanguageItem | $keyword_language = null |
Additional Inherited Members | |
Protected Attributes inherited from ilMDBase | |
| ilLogger | $log |
| ilDBInterface | $db |
Definition at line 26 of file class.ilMDKeyword.php.
| ilMDKeyword::__getFields | ( | ) |
Definition at line 93 of file class.ilMDKeyword.php.
References getKeyword(), getKeywordLanguageCode(), ilMDBase\getObjId(), ilMDBase\getObjType(), ilMDBase\getParentId(), ilMDBase\getParentType(), 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 142 of file class.ilMDKeyword.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilMDClassification\getKeywordIds(), and ilMDGeneral\getKeywordIds().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 166 of file class.ilMDKeyword.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
|
static |
Definition at line 191 of file class.ilMDKeyword.php.
Referenced by ilMDUtils\_fillHTMLMetaTags().
Here is the caller graph for this function:
|
static |
Definition at line 241 of file class.ilMDKeyword.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilMDEditorGUI\keywordAutocomplete().
Here is the caller graph for this function:
|
static |
Definition at line 203 of file class.ilMDKeyword.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
| ilMDKeyword::delete | ( | ) |
Reimplemented from ilMDBase.
Definition at line 78 of file class.ilMDKeyword.php.
References $query, $res, and ilMDBase\getMetaId().
Here is the call graph for this function:| ilMDKeyword::getKeyword | ( | ) |
Definition at line 37 of file class.ilMDKeyword.php.
References $keyword.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:| ilMDKeyword::getKeywordLanguage | ( | ) |
Definition at line 47 of file class.ilMDKeyword.php.
| ilMDKeyword::getKeywordLanguageCode | ( | ) |
Definition at line 52 of file class.ilMDKeyword.php.
Referenced by __getFields(), and toXML().
Here is the caller graph for this function:
|
static |
Definition at line 263 of file class.ilMDKeyword.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
| ilMDKeyword::read | ( | ) |
Reimplemented from ilMDBase.
Definition at line 106 of file class.ilMDKeyword.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilMDBase\getMetaId(), setKeyword(), setKeywordLanguage(), ilMDBase\setObjId(), ilMDBase\setObjType(), ilMDBase\setParentId(), ilMDBase\setParentType(), and ilMDBase\setRBACId().
Here is the call graph for this function:| ilMDKeyword::save | ( | ) |
Reimplemented from ilMDBase.
Definition at line 57 of file class.ilMDKeyword.php.
References __getFields(), ilMDBase\getMetaId(), and ilMDBase\setMetaId().
Here is the call graph for this function:| ilMDKeyword::setKeyword | ( | string | $a_keyword | ) |
Definition at line 32 of file class.ilMDKeyword.php.
Referenced by read().
Here is the caller graph for this function:| ilMDKeyword::setKeywordLanguage | ( | ilMDLanguageItem | $lng_obj | ) |
Definition at line 42 of file class.ilMDKeyword.php.
Referenced by read().
Here is the caller graph for this function:| ilMDKeyword::toXML | ( | ilXmlWriter | $writer | ) |
Reimplemented from ilMDBase.
Definition at line 126 of file class.ilMDKeyword.php.
References getKeyword(), getKeywordLanguageCode(), and ilXmlWriter\xmlElement().
Here is the call graph for this function:| ilMDKeyword::update | ( | ) |
Reimplemented from ilMDBase.
Definition at line 69 of file class.ilMDKeyword.php.
References __getFields(), and ilMDBase\getMetaId().
Here is the call graph for this function:
|
static |
Definition at line 286 of file class.ilMDKeyword.php.
References $id, $keyword, $lang, ilMDGeneral\addKeyword(), ilMDGeneral\getKeyword(), ilMDGeneral\getKeywordIds(), and ilUtil\stripSlashes().
Referenced by ilObjLTIConsumerGUI\initMetadata(), and ilMDEditorGUI\updateQuickEdit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 28 of file class.ilMDKeyword.php.
Referenced by getKeyword(), and updateKeywords().
|
private |
Definition at line 29 of file class.ilMDKeyword.php.