|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilLMObject. More...
Inheritance diagram for ilLMObjectGUI:
Collaboration diagram for ilLMObjectGUI:Public Member Functions | |
| ilLMObjectGUI (&$a_content_obj) | |
| constructor | |
| setActions ($a_actions="") | |
| build action array | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. | |
| getTemplateFile ($a_cmd, $a_type="") | |
| get a template blockfile format: tpl. | |
| create () | |
| structure / page object creation form | |
| putInTree () | |
| put this object into content object tree | |
| delete () | |
| Confirm deletion screen (delete page or structure objects) | |
| cancelDelete () | |
| cancel deletion of page/structure objects | |
| confirmedDelete () | |
| page and structure object deletion | |
| add_cell ($val, $link="") | |
| output a cell in object list | |
| showActions () | |
| show possible action (form buttons) | |
| checkTree () | |
| check the content object tree | |
| activatePage ($a_active) | |
| activates page or chapter (currently only for pages implemented) | |
Data Fields | |
| $ilias | |
| $tpl | |
| $lng | |
| $obj | |
| $ctrl | |
| $content_object | |
| $actions | |
Class ilLMObject.
Base class for ilStructureObjects and ilPageObjects (see ILIAS DTD)
Definition at line 35 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::activatePage | ( | $a_active | ) |
activates page or chapter (currently only for pages implemented)
| boolean | $a_active | true/false for active or not |
Definition at line 311 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::add_cell | ( | $val, | |
$link = "" |
|||
| ) |
output a cell in object list
Reimplemented in ilStructureObjectGUI.
Definition at line 252 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::cancelDelete | ( | ) |
cancel deletion of page/structure objects
Definition at line 230 of file class.ilLMObjectGUI.php.
References $_GET.
| ilLMObjectGUI::checkTree | ( | ) |
check the content object tree
Definition at line 301 of file class.ilLMObjectGUI.php.
Referenced by ilStructureObjectGUI\cutPage(), ilStructureObjectGUI\pastePage(), ilLMPageObjectGUI\save(), and ilStructureObjectGUI\save().
Here is the caller graph for this function:| ilLMObjectGUI::confirmedDelete | ( | ) |
page and structure object deletion
Definition at line 240 of file class.ilLMObjectGUI.php.
References $_GET, and ilObjContentObjectGUI\confirmedDelete().
Here is the call graph for this function:| ilLMObjectGUI::create | ( | ) |
structure / page object creation form
Reimplemented in ilStructureObjectGUI.
Definition at line 138 of file class.ilLMObjectGUI.php.
References $_GET, $_SESSION, $data, getTargetFrame(), and getTemplateFile().
Here is the call graph for this function:| ilLMObjectGUI::delete | ( | ) |
Confirm deletion screen (delete page or structure objects)
Definition at line 217 of file class.ilLMObjectGUI.php.
References ilObjContentObjectGUI\delete().
Here is the call graph for this function:| ilLMObjectGUI::getTargetFrame | ( | $a_cmd, | |
$a_target_frame = "" |
|||
| ) |
get target frame for command (command is method name without "Object", e.g.
"perm")
| string | $a_cmd | command |
| string | $a_target_frame | default target frame (is returned, if no special target frame was set) public |
Definition at line 93 of file class.ilLMObjectGUI.php.
Referenced by create().
Here is the caller graph for this function:| ilLMObjectGUI::getTemplateFile | ( | $a_cmd, | |
$a_type = "" |
|||
| ) |
get a template blockfile format: tpl.
<objtype>_<command>.html
| string | command |
| string | object type definition public |
Definition at line 117 of file class.ilLMObjectGUI.php.
References $_GET.
Referenced by create().
Here is the caller graph for this function:| ilLMObjectGUI::ilLMObjectGUI | ( | & | $a_content_obj | ) |
constructor
| object | $a_content_obj | content object |
Definition at line 51 of file class.ilLMObjectGUI.php.
References $ilCtrl, $ilias, $lng, and $tpl.
Referenced by ilLMPageObjectGUI\ilLMPageObjectGUI(), and ilStructureObjectGUI\ilStructureObjectGUI().
Here is the caller graph for this function:| ilLMObjectGUI::putInTree | ( | ) |
put this object into content object tree
Reimplemented in ilStructureObjectGUI.
Definition at line 180 of file class.ilLMObjectGUI.php.
References $_GET, IL_FIRST_NODE, and ilTree\setTableNames().
Referenced by ilLMPageObjectGUI\save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObjectGUI::setActions | ( | $a_actions = "" | ) |
build action array
| array | $a_actions | action array (key = action key, value = action language string) private |
Definition at line 70 of file class.ilLMObjectGUI.php.
References $lng.
Referenced by ilStructureObjectGUI\subchap(), and ilStructureObjectGUI\view().
Here is the caller graph for this function:| ilLMObjectGUI::showActions | ( | ) |
show possible action (form buttons)
public
Definition at line 275 of file class.ilLMObjectGUI.php.
References $actions, and ilUtil\getImagePath().
Referenced by ilStructureObjectGUI\subchap(), and ilStructureObjectGUI\view().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObjectGUI::$actions |
Definition at line 43 of file class.ilLMObjectGUI.php.
Referenced by showActions().
| ilLMObjectGUI::$content_object |
Definition at line 42 of file class.ilLMObjectGUI.php.
Referenced by ilLMPageObjectGUI\getLinkXML().
| ilLMObjectGUI::$ctrl |
Definition at line 41 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::$ilias |
Definition at line 37 of file class.ilLMObjectGUI.php.
Referenced by ilLMObjectGUI(), ilLMPageObjectGUI\ilLMPageObjectGUI(), and ilStructureObjectGUI\ilStructureObjectGUI().
| ilLMObjectGUI::$lng |
Definition at line 39 of file class.ilLMObjectGUI.php.
Referenced by ilLMPageObjectGUI\_goto(), ilStructureObjectGUI\_goto(), ilStructureObjectGUI\activatePages(), ilStructureObjectGUI\copyItems(), ilStructureObjectGUI\cutItems(), ilLMObjectGUI(), ilLMPageObjectGUI\ilLMPageObjectGUI(), ilStructureObjectGUI\ilStructureObjectGUI(), setActions(), ilStructureObjectGUI\showHierarchy(), ilStructureObjectGUI\subchap(), and ilStructureObjectGUI\view().
| ilLMObjectGUI::$obj |
Definition at line 40 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::$tpl |
Definition at line 38 of file class.ilLMObjectGUI.php.
Referenced by ilLMPageObjectGUI\executeCommand(), ilLMObjectGUI(), ilLMPageObjectGUI\ilLMPageObjectGUI(), and ilStructureObjectGUI\ilStructureObjectGUI().