|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ReplaceContentSignal. More...
Inheritance diagram for ILIAS\UI\Implementation\Component\ReplaceContentSignal:
Collaboration diagram for ILIAS\UI\Implementation\Component\ReplaceContentSignal:Public Member Functions | |
| withAsyncRenderUrl (string $url) | |
| Get the same signal returning an element from the given url. More... | |
| getAsyncRenderUrl () | |
| Get the url called to return the content. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Signal | |
| getId () | |
| Get the ID of this signal. More... | |
| getOptions () | |
| Get the options of this signal. More... | |
| withAsyncRenderUrl (string $url) | |
| Get the same signal returning an element from the given url. More... | |
| getAsyncRenderUrl () | |
| Get the url called to return the content. More... | |
Class ReplaceContentSignal.
Dev note: This class is copied from the popover. TODO-> DRY and centralize it.
Definition at line 30 of file ReplaceContentSignal.php.
| ILIAS\UI\Implementation\Component\ReplaceContentSignal::getAsyncRenderUrl | ( | ) |
Get the url called to return the content.
Implements ILIAS\UI\Component\ReplaceContentSignal.
Definition at line 47 of file ReplaceContentSignal.php.
| ILIAS\UI\Implementation\Component\ReplaceContentSignal::withAsyncRenderUrl | ( | string | $url | ) |
Get the same signal returning an element from the given url.
Implements ILIAS\UI\Component\ReplaceContentSignal.
Definition at line 37 of file ReplaceContentSignal.php.
References $url.