ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ReplaceContentSignal.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
13 interface ReplaceContentSignal extends Signal
14 {
15 
23  public function withAsyncRenderUrl($url);
24 
25 
31  public function getAsyncRenderUrl();
32 }
withAsyncRenderUrl($url)
Get the same signal returning the Popovers content from the given url.
getAsyncRenderUrl()
Get the url called to return the content.
$url