|
ILIAS
release_4-3 Revision
|
class for editing lm menu More...
Collaboration diagram for ilLMMenuEditor:Public Member Functions | |
| ilLMMenuEditor () | |
| setObjId ($a_obj_id) | |
| getObjId () | |
| setEntryId ($a_id) | |
| getEntryId () | |
| setLinkType ($a_link_type) | |
| getLinkType () | |
| setTitle ($a_title) | |
| getTitle () | |
| setTarget ($a_target) | |
| getTarget () | |
| setLinkRefId ($a_link_ref_id) | |
| getLinkRefId () | |
| create () | |
| getMenuEntries ($a_only_active=false) | |
| delete ($a_id) | |
| delete menu entry | |
| update () | |
| update menu entry | |
| readEntry ($a_id) | |
| updateActiveStatus ($a_entries) | |
| update active status of all menu entries of lm | |
| ilLMMenuEditor::create | ( | ) |
Definition at line 103 of file class.ilLMMenuEditor.php.
References getLinkRefId(), getLinkType(), getObjId(), getTarget(), and getTitle().
Here is the call graph for this function:| ilLMMenuEditor::delete | ( | $a_id | ) |
delete menu entry
Definition at line 157 of file class.ilLMMenuEditor.php.
| ilLMMenuEditor::getEntryId | ( | ) |
Definition at line 58 of file class.ilLMMenuEditor.php.
Referenced by update().
Here is the caller graph for this function:| ilLMMenuEditor::getLinkRefId | ( | ) |
Definition at line 98 of file class.ilLMMenuEditor.php.
Referenced by create(), and update().
Here is the caller graph for this function:| ilLMMenuEditor::getLinkType | ( | ) |
Definition at line 68 of file class.ilLMMenuEditor.php.
Referenced by create(), and update().
Here is the caller graph for this function:| ilLMMenuEditor::getMenuEntries | ( | $a_only_active = false | ) |
Definition at line 122 of file class.ilLMMenuEditor.php.
References $row.
| ilLMMenuEditor::getObjId | ( | ) |
Definition at line 48 of file class.ilLMMenuEditor.php.
Referenced by create().
Here is the caller graph for this function:| ilLMMenuEditor::getTarget | ( | ) |
Definition at line 88 of file class.ilLMMenuEditor.php.
Referenced by create(), and update().
Here is the caller graph for this function:| ilLMMenuEditor::getTitle | ( | ) |
Definition at line 78 of file class.ilLMMenuEditor.php.
References $title.
Referenced by create(), and update().
Here is the caller graph for this function:| ilLMMenuEditor::ilLMMenuEditor | ( | ) |
Definition at line 34 of file class.ilLMMenuEditor.php.
| ilLMMenuEditor::readEntry | ( | $a_id | ) |
Definition at line 192 of file class.ilLMMenuEditor.php.
References $row, setLinkRefId(), setLinkType(), setTarget(), and setTitle().
Here is the call graph for this function:| ilLMMenuEditor::setEntryId | ( | $a_id | ) |
Definition at line 53 of file class.ilLMMenuEditor.php.
| ilLMMenuEditor::setLinkRefId | ( | $a_link_ref_id | ) |
Definition at line 93 of file class.ilLMMenuEditor.php.
Referenced by readEntry().
Here is the caller graph for this function:| ilLMMenuEditor::setLinkType | ( | $a_link_type | ) |
Definition at line 63 of file class.ilLMMenuEditor.php.
Referenced by readEntry().
Here is the caller graph for this function:| ilLMMenuEditor::setObjId | ( | $a_obj_id | ) |
Definition at line 43 of file class.ilLMMenuEditor.php.
| ilLMMenuEditor::setTarget | ( | $a_target | ) |
Definition at line 83 of file class.ilLMMenuEditor.php.
Referenced by readEntry().
Here is the caller graph for this function:| ilLMMenuEditor::setTitle | ( | $a_title | ) |
Definition at line 73 of file class.ilLMMenuEditor.php.
Referenced by readEntry().
Here is the caller graph for this function:| ilLMMenuEditor::update | ( | ) |
update menu entry
Definition at line 177 of file class.ilLMMenuEditor.php.
References getEntryId(), getLinkRefId(), getLinkType(), getTarget(), and getTitle().
Here is the call graph for this function:| ilLMMenuEditor::updateActiveStatus | ( | $a_entries | ) |
update active status of all menu entries of lm
| array | entry ids |
Definition at line 219 of file class.ilLMMenuEditor.php.