ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
__construct (int $a_rbac_id, int $a_obj_id, string $a_type) | |
setTitle (string $a_title) | |
getTitle () | |
setDescription (string $a_desc) | |
getDescription () | |
setTitleLanguage (string $a_lng) | |
getTitleLanguage () | |
setDescriptionLanguage (string $a_lng) | |
getDescriptionLanguage () | |
setLanguage (string $a_lng) | |
getLanguage () | |
setKeyword (string $a_key) | |
getKeyword () | |
getRBACId () | |
getObjId () | |
getObjType () | |
setKeywordLanguage (string $a_lng) | |
getKeywordLanguage () | |
setCatalog (string $a_cat) | |
getCatalog () | |
setEntry (string $a_entry) | |
getEntry () | |
setStructure (string $a_structure) | |
getStructure () | |
create () | |
__createGeneral () | |
Data Fields | |
string | $obj_type |
Protected Attributes | |
ilMD | $md_obj |
Private Attributes | |
int | $rbac_id |
int | $obj_id |
string | $structure = '' |
string | $catalog = '' |
string | $entry = '' |
string | $keyword = '' |
string | $title = '' |
string | $description = '' |
string | $title_lng = '' |
Definition at line 34 of file class.ilMDCreator.php.
ilMDCreator::__construct | ( | int | $a_rbac_id, |
int | $a_obj_id, | ||
string | $a_type | ||
) |
Definition at line 61 of file class.ilMDCreator.php.
ilMDCreator::__createGeneral | ( | ) |
Definition at line 196 of file class.ilMDCreator.php.
References getCatalog(), getDescription(), getDescriptionLanguage(), getEntry(), getKeyword(), getKeywordLanguage(), getLanguage(), getStructure(), getTitle(), and getTitleLanguage().
Referenced by create().
ilMDCreator::create | ( | ) |
Definition at line 190 of file class.ilMDCreator.php.
References __createGeneral().
ilMDCreator::getCatalog | ( | ) |
Definition at line 165 of file class.ilMDCreator.php.
Referenced by __createGeneral().
ilMDCreator::getDescription | ( | ) |
Definition at line 90 of file class.ilMDCreator.php.
References $description.
Referenced by __createGeneral().
ilMDCreator::getDescriptionLanguage | ( | ) |
Definition at line 110 of file class.ilMDCreator.php.
Referenced by __createGeneral().
ilMDCreator::getEntry | ( | ) |
Definition at line 175 of file class.ilMDCreator.php.
References getObjId(), and getObjType().
Referenced by __createGeneral().
ilMDCreator::getKeyword | ( | ) |
Definition at line 130 of file class.ilMDCreator.php.
References $keyword.
Referenced by __createGeneral().
ilMDCreator::getKeywordLanguage | ( | ) |
Definition at line 155 of file class.ilMDCreator.php.
Referenced by __createGeneral().
ilMDCreator::getLanguage | ( | ) |
Definition at line 120 of file class.ilMDCreator.php.
Referenced by __createGeneral().
ilMDCreator::getObjId | ( | ) |
Definition at line 140 of file class.ilMDCreator.php.
References $obj_id.
Referenced by getEntry().
ilMDCreator::getObjType | ( | ) |
Definition at line 145 of file class.ilMDCreator.php.
References $obj_type.
Referenced by getEntry().
ilMDCreator::getRBACId | ( | ) |
ilMDCreator::getStructure | ( | ) |
Definition at line 185 of file class.ilMDCreator.php.
Referenced by __createGeneral().
ilMDCreator::getTitle | ( | ) |
Definition at line 80 of file class.ilMDCreator.php.
References $title.
Referenced by __createGeneral().
ilMDCreator::getTitleLanguage | ( | ) |
Definition at line 100 of file class.ilMDCreator.php.
Referenced by __createGeneral().
ilMDCreator::setCatalog | ( | string | $a_cat | ) |
Definition at line 160 of file class.ilMDCreator.php.
ilMDCreator::setDescription | ( | string | $a_desc | ) |
Definition at line 85 of file class.ilMDCreator.php.
ilMDCreator::setDescriptionLanguage | ( | string | $a_lng | ) |
Definition at line 105 of file class.ilMDCreator.php.
ilMDCreator::setEntry | ( | string | $a_entry | ) |
Definition at line 170 of file class.ilMDCreator.php.
ilMDCreator::setKeyword | ( | string | $a_key | ) |
Definition at line 125 of file class.ilMDCreator.php.
ilMDCreator::setKeywordLanguage | ( | string | $a_lng | ) |
Definition at line 150 of file class.ilMDCreator.php.
ilMDCreator::setLanguage | ( | string | $a_lng | ) |
Definition at line 115 of file class.ilMDCreator.php.
ilMDCreator::setStructure | ( | string | $a_structure | ) |
Definition at line 180 of file class.ilMDCreator.php.
ilMDCreator::setTitle | ( | string | $a_title | ) |
Definition at line 75 of file class.ilMDCreator.php.
ilMDCreator::setTitleLanguage | ( | string | $a_lng | ) |
Definition at line 95 of file class.ilMDCreator.php.
|
private |
Definition at line 54 of file class.ilMDCreator.php.
|
private |
Definition at line 58 of file class.ilMDCreator.php.
Referenced by getDescription().
|
private |
Definition at line 55 of file class.ilMDCreator.php.
|
private |
Definition at line 56 of file class.ilMDCreator.php.
Referenced by getKeyword().
|
protected |
Definition at line 36 of file class.ilMDCreator.php.
|
private |
Definition at line 46 of file class.ilMDCreator.php.
Referenced by getObjId().
string ilMDCreator::$obj_type |
Definition at line 51 of file class.ilMDCreator.php.
Referenced by getObjType().
|
private |
Definition at line 41 of file class.ilMDCreator.php.
Referenced by getRBACId().
|
private |
Definition at line 53 of file class.ilMDCreator.php.
|
private |
Definition at line 57 of file class.ilMDCreator.php.
Referenced by getTitle().
|
private |
Definition at line 59 of file class.ilMDCreator.php.