|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilWebDAVMountInstructionsModalGUI. More...
Collaboration diagram for ilWebDAVMountInstructionsModalGUI:Public Member Functions | |
| __construct (ILIAS\UI\Factory $a_ui_factory, ILIAS\UI\Renderer $a_ui_renderer, ilLanguage $a_lng) | |
| ilWebDAVMountInstructionsModalGUI constructor. More... | |
| getRenderedModal () | |
| getModalShowSignalId () | |
Static Public Member Functions | |
| static | maybeRenderWebDAVModalInGlobalTpl () |
| This is kind of a singleton pattern. More... | |
Data Fields | |
| const | MOUNT_INSTRUCTIONS_CONTENT_ID = 'webdav_mount_instructions_content' |
| ID of the. More... | |
Static Private Attributes | |
| static | $instance = null |
| static | $modal_already_rendered = false |
Class ilWebDAVMountInstructionsModalGUI.
Definition at line 6 of file class.ilWebDAVMountInstructionsModalGUI.php.
| ilWebDAVMountInstructionsModalGUI::__construct | ( | ILIAS\UI\Factory | $a_ui_factory, |
| ILIAS\UI\Renderer | $a_ui_renderer, | ||
| ilLanguage | $a_lng | ||
| ) |
ilWebDAVMountInstructionsModalGUI constructor.
| \ILIAS\UI\Factory | $a_ui_factory | |
| \ILIAS\UI\Renderer | $a_ui_renderer | |
| ilLanguage | $a_lng |
Definition at line 19 of file class.ilWebDAVMountInstructionsModalGUI.php.
References $DIC, Vendor\Package\$e, modal(), and repository().
Here is the call graph for this function:| ilWebDAVMountInstructionsModalGUI::getModalShowSignalId | ( | ) |
Definition at line 50 of file class.ilWebDAVMountInstructionsModalGUI.php.
References modal().
Here is the call graph for this function:| ilWebDAVMountInstructionsModalGUI::getRenderedModal | ( | ) |
Definition at line 42 of file class.ilWebDAVMountInstructionsModalGUI.php.
References modal().
Here is the call graph for this function:
|
static |
This is kind of a singleton pattern.
But instead of getting creating only one instance of this class, an object will be created which will only be rendered once into the global template.
Definition at line 63 of file class.ilWebDAVMountInstructionsModalGUI.php.
Referenced by ilWebDAVMountInstructionsDocumentTableGUI\__construct(), and ilObjectListGUI\insertCommand().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 56 of file class.ilWebDAVMountInstructionsModalGUI.php.
|
staticprivate |
Definition at line 57 of file class.ilWebDAVMountInstructionsModalGUI.php.
| const ilWebDAVMountInstructionsModalGUI::MOUNT_INSTRUCTIONS_CONTENT_ID = 'webdav_mount_instructions_content' |
ID of the.
Definition at line 11 of file class.ilWebDAVMountInstructionsModalGUI.php.