ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ILIAS\UI\Component\ReplaceSignal Interface Reference

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 ($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...
 

Detailed Description

This signal replaces a component by ajax.

Author
Alex Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..com

Definition at line 10 of file ReplaceSignal.php.

Member Function Documentation

◆ getAsyncRenderUrl()

ILIAS\UI\Component\ReplaceSignal::getAsyncRenderUrl ( )

Get the url called to return the content.

Returns
string

Implemented in ILIAS\UI\Implementation\Component\ReplaceSignal.

◆ withAsyncRenderUrl()

ILIAS\UI\Component\ReplaceSignal::withAsyncRenderUrl (   $url)

Get the same signal returning an element from the given url.

Parameters
string$url
Returns
ReplaceSignal

Implemented in ILIAS\UI\Implementation\Component\ReplaceSignal.


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