|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilLMObject. More...
Inheritance diagram for ilLMObjectGUI:
Collaboration diagram for ilLMObjectGUI:Public Member Functions | |
| ilLMObjectGUI (&$a_content_obj) | |
| constructor More... | |
| setActions ($a_actions="") | |
| build action array More... | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| create () | |
| structure / page object creation form More... | |
| putInTree () | |
| put this object into content object tree More... | |
| delete () | |
| Confirm deletion screen (delete page or structure objects) More... | |
| cancelDelete () | |
| cancel deletion of page/structure objects More... | |
| confirmedDelete () | |
| page and structure object deletion More... | |
| add_cell ($val, $link="") | |
| output a cell in object list More... | |
| showActions ($a_actions) | |
| show possible action (form buttons) More... | |
| checkTree () | |
| check the content object tree More... | |
Data Fields | |
| $ilias | |
| $tpl | |
| $lng | |
| $obj | |
| $ctrl | |
| $content_object | |
| $actions | |
Class ilLMObject.
Base class for ilStructureObjects and ilPageObjects (see ILIAS DTD)
Definition at line 16 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::add_cell | ( | $val, | |
$link = "" |
|||
| ) |
output a cell in object list
Reimplemented in ilStructureObjectGUI.
Definition at line 192 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::cancelDelete | ( | ) |
cancel deletion of page/structure objects
Definition at line 170 of file class.ilLMObjectGUI.php.
References $_GET, and ilSession\clear().
Here is the call graph for this function:| ilLMObjectGUI::checkTree | ( | ) |
check the content object tree
Definition at line 246 of file class.ilLMObjectGUI.php.
Referenced by ilLMPageObjectGUI\save(), and ilStructureObjectGUI\save().
Here is the caller graph for this function:| ilLMObjectGUI::confirmedDelete | ( | ) |
page and structure object deletion
Definition at line 180 of file class.ilLMObjectGUI.php.
References $_GET.
| ilLMObjectGUI::create | ( | ) |
structure / page object creation form
Reimplemented in ilStructureObjectGUI.
Definition at line 93 of file class.ilLMObjectGUI.php.
References $_REQUEST.
| ilLMObjectGUI::delete | ( | ) |
Confirm deletion screen (delete page or structure objects)
Definition at line 157 of file class.ilLMObjectGUI.php.
| 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) @access public |
Definition at line 74 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::ilLMObjectGUI | ( | & | $a_content_obj | ) |
constructor
| object | $a_content_obj | content object |
Definition at line 32 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::putInTree | ( | ) |
put this object into content object tree
Reimplemented in ilStructureObjectGUI.
Definition at line 120 of file class.ilLMObjectGUI.php.
References $_GET, and IL_FIRST_NODE.
Referenced by ilLMPageObjectGUI\save().
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) @access private |
Definition at line 51 of file class.ilLMObjectGUI.php.
References $lng.
| ilLMObjectGUI::showActions | ( | $a_actions | ) |
show possible action (form buttons)
@access public
Definition at line 215 of file class.ilLMObjectGUI.php.
References $d, $lng, and ilUtil\getImagePath().
Referenced by ilStructureObjectGUI\subchap().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLMObjectGUI::$actions |
Definition at line 24 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::$content_object |
Definition at line 23 of file class.ilLMObjectGUI.php.
Referenced by ilLMPageObjectGUI\getLinkXML().
| ilLMObjectGUI::$ctrl |
Definition at line 22 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::$ilias |
Definition at line 18 of file class.ilLMObjectGUI.php.
Referenced by ilLMObjectGUI(), ilLMPageObjectGUI\ilLMPageObjectGUI(), and ilStructureObjectGUI\ilStructureObjectGUI().
| ilLMObjectGUI::$lng |
Definition at line 20 of file class.ilLMObjectGUI.php.
Referenced by ilLMPageObjectGUI\_goto(), ilStructureObjectGUI\_goto(), ilStructureObjectGUI\activatePages(), ilStructureObjectGUI\copyItems(), ilStructureObjectGUI\cutItems(), ilLMObjectGUI(), ilLMPageObjectGUI\ilLMPageObjectGUI(), ilStructureObjectGUI\ilStructureObjectGUI(), ilLMPageObjectGUI\initEditLayoutForm(), ilStructureObjectGUI\initSetPageLayoutForm(), ilStructureObjectGUI\insertChapter(), ilStructureObjectGUI\insertPage(), ilLMPageObjectGUI\saveLayout(), ilStructureObjectGUI\savePageLayout(), setActions(), ilStructureObjectGUI\setPageLayout(), ilStructureObjectGUI\setTabs(), showActions(), ilStructureObjectGUI\showHierarchy(), ilStructureObjectGUI\subchap(), and ilStructureObjectGUI\view().
| ilLMObjectGUI::$obj |
Definition at line 21 of file class.ilLMObjectGUI.php.
| ilLMObjectGUI::$tpl |
Definition at line 19 of file class.ilLMObjectGUI.php.
Referenced by ilLMPageObjectGUI\editLayout(), ilLMPageObjectGUI\executeCommand(), ilLMObjectGUI(), ilLMPageObjectGUI\ilLMPageObjectGUI(), ilStructureObjectGUI\ilStructureObjectGUI(), ilLMPageObjectGUI\saveLayout(), and ilStructureObjectGUI\setPageLayout().