|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilMDCreator: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 35 of file class.ilMDCreator.php.
| ilMDCreator::__construct | ( | int | $a_rbac_id, |
| int | $a_obj_id, | ||
| string | $a_type | ||
| ) |
Definition at line 62 of file class.ilMDCreator.php.
| ilMDCreator::__createGeneral | ( | ) |
Definition at line 197 of file class.ilMDCreator.php.
References getCatalog(), getDescription(), getDescriptionLanguage(), getEntry(), getKeyword(), getKeywordLanguage(), getLanguage(), getStructure(), getTitle(), and getTitleLanguage().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDCreator::create | ( | ) |
Definition at line 191 of file class.ilMDCreator.php.
References __createGeneral().
Here is the call graph for this function:| ilMDCreator::getCatalog | ( | ) |
Definition at line 166 of file class.ilMDCreator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMDCreator::getDescription | ( | ) |
Definition at line 91 of file class.ilMDCreator.php.
References $description.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMDCreator::getDescriptionLanguage | ( | ) |
Definition at line 111 of file class.ilMDCreator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMDCreator::getEntry | ( | ) |
Definition at line 176 of file class.ilMDCreator.php.
References getObjId(), and getObjType().
Referenced by __createGeneral().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDCreator::getKeyword | ( | ) |
Definition at line 131 of file class.ilMDCreator.php.
References $keyword.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMDCreator::getKeywordLanguage | ( | ) |
Definition at line 156 of file class.ilMDCreator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMDCreator::getLanguage | ( | ) |
Definition at line 121 of file class.ilMDCreator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMDCreator::getObjId | ( | ) |
Definition at line 141 of file class.ilMDCreator.php.
References $obj_id.
Referenced by getEntry().
Here is the caller graph for this function:| ilMDCreator::getObjType | ( | ) |
Definition at line 146 of file class.ilMDCreator.php.
References $obj_type.
Referenced by getEntry().
Here is the caller graph for this function:| ilMDCreator::getRBACId | ( | ) |
| ilMDCreator::getStructure | ( | ) |
Definition at line 186 of file class.ilMDCreator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMDCreator::getTitle | ( | ) |
Definition at line 81 of file class.ilMDCreator.php.
References $title.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMDCreator::getTitleLanguage | ( | ) |
Definition at line 101 of file class.ilMDCreator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMDCreator::setCatalog | ( | string | $a_cat | ) |
Definition at line 161 of file class.ilMDCreator.php.
| ilMDCreator::setDescription | ( | string | $a_desc | ) |
Definition at line 86 of file class.ilMDCreator.php.
| ilMDCreator::setDescriptionLanguage | ( | string | $a_lng | ) |
Definition at line 106 of file class.ilMDCreator.php.
| ilMDCreator::setEntry | ( | string | $a_entry | ) |
Definition at line 171 of file class.ilMDCreator.php.
| ilMDCreator::setKeyword | ( | string | $a_key | ) |
Definition at line 126 of file class.ilMDCreator.php.
| ilMDCreator::setKeywordLanguage | ( | string | $a_lng | ) |
Definition at line 151 of file class.ilMDCreator.php.
| ilMDCreator::setLanguage | ( | string | $a_lng | ) |
Definition at line 116 of file class.ilMDCreator.php.
| ilMDCreator::setStructure | ( | string | $a_structure | ) |
Definition at line 181 of file class.ilMDCreator.php.
| ilMDCreator::setTitle | ( | string | $a_title | ) |
Definition at line 76 of file class.ilMDCreator.php.
| ilMDCreator::setTitleLanguage | ( | string | $a_lng | ) |
Definition at line 96 of file class.ilMDCreator.php.
|
private |
Definition at line 55 of file class.ilMDCreator.php.
|
private |
Definition at line 59 of file class.ilMDCreator.php.
Referenced by getDescription().
|
private |
Definition at line 56 of file class.ilMDCreator.php.
|
private |
Definition at line 57 of file class.ilMDCreator.php.
Referenced by getKeyword().
|
protected |
Definition at line 37 of file class.ilMDCreator.php.
|
private |
Definition at line 47 of file class.ilMDCreator.php.
Referenced by getObjId().
| string ilMDCreator::$obj_type |
Definition at line 52 of file class.ilMDCreator.php.
Referenced by getObjType().
|
private |
Definition at line 42 of file class.ilMDCreator.php.
Referenced by getRBACId().
|
private |
Definition at line 54 of file class.ilMDCreator.php.
|
private |
Definition at line 58 of file class.ilMDCreator.php.
Referenced by getTitle().
|
private |
Definition at line 60 of file class.ilMDCreator.php.