|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilMD5295Creator:Public Member Functions | |
| __construct ($a_rbac_id, $a_obj_id, $a_type) | |
| setTitle ($a_title) | |
| getTitle () | |
| setDescription ($a_desc) | |
| getDescription () | |
| setTitleLanguage ($a_lng) | |
| & | getTitleLanguage () |
| setDescriptionLanguage ($a_lng) | |
| & | getDescriptionLanguage () |
| setLanguage ($a_lng) | |
| & | getLanguage () |
| setKeyword ($a_key) | |
| getKeyword () | |
| getRBACId () | |
| getObjId () | |
| getObjType () | |
| setKeywordLanguage ($a_lng) | |
| & | getKeywordLanguage () |
| setCatalog ($a_cat) | |
| getCatalog () | |
| setEntry ($a_entry) | |
| getEntry () | |
| setStructure ($a_structure) | |
| getStructure () | |
| create () | |
| __createGeneral () | |
Data Fields | |
| $md_obj = null | |
| $rbac_id | |
| $obj_id | |
| $obj_type | |
Definition at line 36 of file class.ilMD5295Creator.php.
| ilMD5295Creator::__construct | ( | $a_rbac_id, | |
| $a_obj_id, | |||
| $a_type | |||
| ) |
Definition at line 55 of file class.ilMD5295Creator.php.
References $a_type.
| ilMD5295Creator::__createGeneral | ( | ) |
Definition at line 182 of file class.ilMD5295Creator.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:| ilMD5295Creator::create | ( | ) |
Definition at line 176 of file class.ilMD5295Creator.php.
References __createGeneral().
Here is the call graph for this function:| ilMD5295Creator::getCatalog | ( | ) |
Definition at line 153 of file class.ilMD5295Creator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMD5295Creator::getDescription | ( | ) |
Definition at line 83 of file class.ilMD5295Creator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| & ilMD5295Creator::getDescriptionLanguage | ( | ) |
Definition at line 101 of file class.ilMD5295Creator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMD5295Creator::getEntry | ( | ) |
Definition at line 161 of file class.ilMD5295Creator.php.
References getObjId(), and getObjType().
Referenced by __createGeneral().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMD5295Creator::getKeyword | ( | ) |
Definition at line 121 of file class.ilMD5295Creator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| & ilMD5295Creator::getKeywordLanguage | ( | ) |
Definition at line 143 of file class.ilMD5295Creator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| & ilMD5295Creator::getLanguage | ( | ) |
Definition at line 111 of file class.ilMD5295Creator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMD5295Creator::getObjId | ( | ) |
Definition at line 131 of file class.ilMD5295Creator.php.
References $obj_id.
Referenced by getEntry().
Here is the caller graph for this function:| ilMD5295Creator::getObjType | ( | ) |
Definition at line 135 of file class.ilMD5295Creator.php.
References $obj_type.
Referenced by getEntry().
Here is the caller graph for this function:| ilMD5295Creator::getRBACId | ( | ) |
| ilMD5295Creator::getStructure | ( | ) |
Definition at line 169 of file class.ilMD5295Creator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMD5295Creator::getTitle | ( | ) |
Definition at line 75 of file class.ilMD5295Creator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| & ilMD5295Creator::getTitleLanguage | ( | ) |
Definition at line 91 of file class.ilMD5295Creator.php.
Referenced by __createGeneral().
Here is the caller graph for this function:| ilMD5295Creator::setCatalog | ( | $a_cat | ) |
Definition at line 149 of file class.ilMD5295Creator.php.
| ilMD5295Creator::setDescription | ( | $a_desc | ) |
Definition at line 79 of file class.ilMD5295Creator.php.
| ilMD5295Creator::setDescriptionLanguage | ( | $a_lng | ) |
Definition at line 97 of file class.ilMD5295Creator.php.
| ilMD5295Creator::setEntry | ( | $a_entry | ) |
Definition at line 157 of file class.ilMD5295Creator.php.
| ilMD5295Creator::setKeyword | ( | $a_key | ) |
Definition at line 117 of file class.ilMD5295Creator.php.
| ilMD5295Creator::setKeywordLanguage | ( | $a_lng | ) |
Definition at line 139 of file class.ilMD5295Creator.php.
| ilMD5295Creator::setLanguage | ( | $a_lng | ) |
Definition at line 107 of file class.ilMD5295Creator.php.
| ilMD5295Creator::setStructure | ( | $a_structure | ) |
Definition at line 165 of file class.ilMD5295Creator.php.
| ilMD5295Creator::setTitle | ( | $a_title | ) |
Definition at line 71 of file class.ilMD5295Creator.php.
| ilMD5295Creator::setTitleLanguage | ( | $a_lng | ) |
Definition at line 87 of file class.ilMD5295Creator.php.
| ilMD5295Creator::$md_obj = null |
Definition at line 38 of file class.ilMD5295Creator.php.
| ilMD5295Creator::$obj_id |
Definition at line 48 of file class.ilMD5295Creator.php.
Referenced by getObjId().
| ilMD5295Creator::$obj_type |
Definition at line 53 of file class.ilMD5295Creator.php.
Referenced by getObjType().
| ilMD5295Creator::$rbac_id |
Definition at line 43 of file class.ilMD5295Creator.php.
Referenced by getRBACId().