| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This signal replaces a component by ajax. More...
 Inheritance diagram for ILIAS\UI\Component\ReplaceSignal:
 Collaboration diagram for ILIAS\UI\Component\ReplaceSignal: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... | |
This signal replaces a component by ajax.
Definition at line 28 of file ReplaceSignal.php.
| ILIAS\UI\Component\ReplaceSignal::getAsyncRenderUrl | ( | ) | 
Get the url called to return the content.
Implemented in ILIAS\UI\Implementation\Component\ReplaceSignal.
| ILIAS\UI\Component\ReplaceSignal::withAsyncRenderUrl | ( | string | $url | ) | 
Get the same signal returning an element from the given url.
Implemented in ILIAS\UI\Implementation\Component\ReplaceSignal.