ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ModalMock Class Reference
+ 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
 

Detailed Description

Definition at line 76 of file ModalTest.php.

Member Function Documentation

◆ getCanonicalName()

ModalMock::getCanonicalName ( )

Definition at line 78 of file ModalTest.php.

78  : string
79  {
80  return "Modal Mock";
81  }

The documentation for this class was generated from the following file: