|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilWorkflowEngineDefinitionsGUI. More...
Collaboration diagram for ilWorkflowEngineDefinitionsGUI:Public Member Functions | |
| __construct (ilObjWorkflowEngineGUI $parent_gui) | |
| ilWorkflowEngineDefinitionsGUI constructor. More... | |
| handle ($command) | |
| Handle the command given. More... | |
| showDefinitionsTable () | |
| applyFilter () | |
| resetFilter () | |
| showUploadForm () | |
| handleUploadSubmit () | |
| initToolbar () | |
| stopListening () | |
| deleteDefinition () | |
Protected Member Functions | |
| processUploadFormCancellation () | |
Protected Attributes | |
| $parent_gui | |
Class ilWorkflowEngineDefinitionsGUI.
/
Definition at line 13 of file class.ilWorkflowEngineDefinitionsGUI.php.
| ilWorkflowEngineDefinitionsGUI::__construct | ( | ilObjWorkflowEngineGUI | $parent_gui | ) |
ilWorkflowEngineDefinitionsGUI constructor.
| ilObjWorkflowEngineGUI | $parent_gui |
Definition at line 23 of file class.ilWorkflowEngineDefinitionsGUI.php.
References $parent_gui.
| ilWorkflowEngineDefinitionsGUI::applyFilter | ( | ) |
Definition at line 95 of file class.ilWorkflowEngineDefinitionsGUI.php.
References showDefinitionsTable().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWorkflowEngineDefinitionsGUI::deleteDefinition | ( | ) |
Definition at line 404 of file class.ilWorkflowEngineDefinitionsGUI.php.
References $_GET, ilObjWorkflowEngine\getRepositoryDir(), ilUtil\redirect(), and ilUtil\sendSuccess().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWorkflowEngineDefinitionsGUI::handle | ( | $command | ) |
Handle the command given.
| string | $command |
Definition at line 35 of file class.ilWorkflowEngineDefinitionsGUI.php.
References applyFilter(), deleteDefinition(), handleUploadSubmit(), resetFilter(), showDefinitionsTable(), showUploadForm(), and stopListening().
Here is the call graph for this function:| ilWorkflowEngineDefinitionsGUI::handleUploadSubmit | ( | ) |
Definition at line 135 of file class.ilWorkflowEngineDefinitionsGUI.php.
References $code, $file, $parser, $version, ilObjWorkflowEngine\getRepositoryDir(), ilObjWorkflowEngine\getTempDir(), ilUtil\makeDirParents(), ilUtil\moveUploadedFile(), processUploadFormCancellation(), ilUtil\redirect(), and ilUtil\sendSuccess().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWorkflowEngineDefinitionsGUI::initToolbar | ( | ) |
Definition at line 214 of file class.ilWorkflowEngineDefinitionsGUI.php.
References ilLinkButton\getInstance().
Referenced by showDefinitionsTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 228 of file class.ilWorkflowEngineDefinitionsGUI.php.
References $_POST, ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by handleUploadSubmit().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWorkflowEngineDefinitionsGUI::resetFilter | ( | ) |
Definition at line 108 of file class.ilWorkflowEngineDefinitionsGUI.php.
References showDefinitionsTable().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWorkflowEngineDefinitionsGUI::showDefinitionsTable | ( | ) |
Definition at line 80 of file class.ilWorkflowEngineDefinitionsGUI.php.
References initToolbar().
Referenced by applyFilter(), handle(), and resetFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWorkflowEngineDefinitionsGUI::showUploadForm | ( | ) |
Definition at line 121 of file class.ilWorkflowEngineDefinitionsGUI.php.
Referenced by handle().
Here is the caller graph for this function:| ilWorkflowEngineDefinitionsGUI::stopListening | ( | ) |
Definition at line 308 of file class.ilWorkflowEngineDefinitionsGUI.php.
References $_GET, ilUtil\redirect(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 16 of file class.ilWorkflowEngineDefinitionsGUI.php.
Referenced by __construct().