ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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... | |
![]() | |
__construct (string $id) | |
getId () | |
Get the ID of this signal. More... | |
getOptions () | |
Get the options of this signal. More... | |
addOption (string $key, $value) | |
__toString () | |
Additional Inherited Members | |
![]() | |
getOption (string $key) | |
![]() | |
string | $id |
array | $options = array() |
Replace Signal.
Definition at line 28 of file ReplaceSignal.php.
ILIAS\UI\Implementation\Component\ReplaceSignal::getAsyncRenderUrl | ( | ) |
Get the url called to return the content.
Implements ILIAS\UI\Component\ReplaceSignal.
Definition at line 46 of file ReplaceSignal.php.
References ILIAS\UI\Implementation\Component\Signal\getOption().
ILIAS\UI\Implementation\Component\ReplaceSignal::withAsyncRenderUrl | ( | string | $url | ) |
Get the same signal returning an element from the given url.
Implements ILIAS\UI\Component\ReplaceSignal.
Definition at line 35 of file ReplaceSignal.php.
References ILIAS\UI\Implementation\Component\Signal\addOption().