ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\UI\Component\ReplaceContentSignal Interface Reference

This signal replaces the content of a component by ajax. More...

+ Inheritance diagram for ILIAS\UI\Component\ReplaceContentSignal:
+ Collaboration diagram for ILIAS\UI\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...
 

Detailed Description

This signal replaces the content of a component by ajax.

Author
Stefan Wanzenried sw@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Jesús Lópéz lopez.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Alex Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..com

Definition at line 30 of file ReplaceContentSignal.php.

Member Function Documentation

◆ getAsyncRenderUrl()

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

Get the url called to return the content.

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

◆ withAsyncRenderUrl()

ILIAS\UI\Component\ReplaceContentSignal::withAsyncRenderUrl ( string  $url)

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

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


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