ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 ($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 12 of file ReplaceContentSignal.php.

Member Function Documentation

◆ getAsyncRenderUrl()

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

Get the url called to return the content.

Returns
string

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

◆ withAsyncRenderUrl()

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

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

Parameters
string$url
Returns
ReplaceContentSignal

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


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