|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ModalMock:
Collaboration diagram for ModalMock:Public Member Functions | |
| getCanonicalName () | |
Public Member Functions inherited from ILIAS\UI\Implementation\Component\Modal\Modal | |
| __construct (SignalGeneratorInterface $signal_generator) | |
| getAsyncRenderUrl () | |
| withAsyncRenderUrl (string $url) | |
| withCloseWithKeyboard (bool $state) | |
| getCloseWithKeyboard () | |
| getShowSignal () | |
| getCloseSignal () | |
| withResetSignals () | |
| withOnLoad (Signal $signal) | |
| appendOnLoad (Signal $signal) | |
| withOnClose (Signal $signal) | |
| appendOnClose (Signal $signal) | |
| initSignals () | |
| Set the show and close signals for this modal. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\UI\Implementation\Component\Modal\Modal | |
| SignalGeneratorInterface | $signal_generator |
| Signal | $show_signal |
| Signal | $close_signal |
| string | $async_render_url = '' |
| bool | $close_with_keyboard = true |
Definition at line 76 of file ModalTest.php.
| ModalMock::getCanonicalName | ( | ) |
Definition at line 78 of file ModalTest.php.