ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilWebDAVMountInstructionsModalGUI. More...
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 -element, which contains the mount instructions. 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().
ilWebDAVMountInstructionsModalGUI::getModalShowSignalId | ( | ) |
Definition at line 50 of file class.ilWebDAVMountInstructionsModalGUI.php.
References modal().
Referenced by maybeRenderWebDAVModalInGlobalTpl().
ilWebDAVMountInstructionsModalGUI::getRenderedModal | ( | ) |
Definition at line 42 of file class.ilWebDAVMountInstructionsModalGUI.php.
References modal().
|
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.
References $DIC, $tpl, and getModalShowSignalId().
Referenced by ilWebDAVMountInstructionsDocumentTableGUI\__construct(), and ilObjectListGUI\insertCommand().
|
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.