|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
LM Chapter. More...
Collaboration diagram for ilLMChapterImportForm:Public Member Functions | |
| __construct ($a_slm, $a_node_id, $a_first_child, $a_confirm=false) | |
| Constructor. More... | |
| isCorrect () | |
| Is correct? More... | |
| performInserts () | |
| processHierarchy () | |
| getHTML () | |
| Get html. More... | |
| addNode ($a_node, $a_parent, $a_depth) | |
| Add node. More... | |
Protected Attributes | |
| $user | |
| $lng | |
| $tree = null | |
| $node_id = null | |
| $confirm = false | |
| $perform = false | |
| ilLMChapterImportForm::__construct | ( | $a_slm, | |
| $a_node_id, | |||
| $a_first_child, | |||
$a_confirm = false |
|||
| ) |
Constructor.
return
Definition at line 35 of file class.ilLMChapterImportForm.php.
References $DIC, ilObject\_lookupTitle(), and user().
Here is the call graph for this function:| ilLMChapterImportForm::addNode | ( | $a_node, | |
| $a_parent, | |||
| $a_depth | |||
| ) |
Add node.
return
Definition at line 135 of file class.ilLMChapterImportForm.php.
References $_POST, $error, $ilUser, $img, $lng, $options, $target, $user, addNode(), ilUtil\formSelect(), ilUtil\getImagePath(), ilUtil\img(), ilSCORM2004Node\pasteTree(), and ilSCORM2004Node\putInTree().
Referenced by addNode(), and processHierarchy().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMChapterImportForm::getHTML | ( | ) |
Get html.
return
Definition at line 108 of file class.ilLMChapterImportForm.php.
References $ilUser, $user, ilUtil\getImagePath(), ilUtil\img(), and processHierarchy().
Here is the call graph for this function:| ilLMChapterImportForm::isCorrect | ( | ) |
Is correct?
return
Definition at line 68 of file class.ilLMChapterImportForm.php.
| ilLMChapterImportForm::performInserts | ( | ) |
Definition at line 73 of file class.ilLMChapterImportForm.php.
References processHierarchy().
Here is the call graph for this function:| ilLMChapterImportForm::processHierarchy | ( | ) |
Definition at line 81 of file class.ilLMChapterImportForm.php.
References $ilUser, $target, $user, addNode(), and IL_FIRST_NODE.
Referenced by getHTML(), and performInserts().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilLMChapterImportForm.php.
|
protected |
Definition at line 22 of file class.ilLMChapterImportForm.php.
Referenced by addNode().
|
protected |
Definition at line 25 of file class.ilLMChapterImportForm.php.
|
protected |
Definition at line 27 of file class.ilLMChapterImportForm.php.
|
protected |
Definition at line 24 of file class.ilLMChapterImportForm.php.
|
protected |
Definition at line 17 of file class.ilLMChapterImportForm.php.
Referenced by addNode(), getHTML(), and processHierarchy().