ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
ReplaceContentSignal.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\UI\Component\Popover
;
4
5
use
ILIAS\UI\Component\Signal
;
6
13
interface
ReplaceContentSignal
extends
Signal
14
{
15
23
public
function
withAsyncRenderUrl
(
$url
);
24
25
31
public
function
getAsyncRenderUrl
();
32
}
ILIAS\UI\Component\Popover\ReplaceContentSignal\withAsyncRenderUrl
withAsyncRenderUrl($url)
Get the same signal returning the Popovers content from the given url.
ILIAS\UI\Component\Popover
Definition:
Factory.php:3
ILIAS\UI\Component\Popover\ReplaceContentSignal
Definition:
ReplaceContentSignal.php:13
ILIAS\UI\Component\Popover\ReplaceContentSignal\getAsyncRenderUrl
getAsyncRenderUrl()
Get the url called to return the content.
ILIAS\UI\Component\Signal
Definition:
Signal.php:13
$url
$url
Definition:
proxy_ylocal.php:28
Signal
src
UI
Component
Popover
ReplaceContentSignal.php
Generated on Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)