ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
OnUpdateable.php
Go to the documentation of this file.
1
<?php
2
namespace
ILIAS\UI\Component
;
3
11
interface
OnUpdateable
extends
Triggerer
12
{
13
21
public
function
withOnUpdate
(
Signal
$signal);
22
31
public
function
appendOnUpdate
(
Signal
$signal);
32
}
Triggerer
ILIAS\UI\Component
ILIAS\UI\Component\OnUpdateable
Definition:
OnUpdateable.php:11
ILIAS\UI\Component\OnUpdateable\withOnUpdate
withOnUpdate(Signal $signal)
Trigger a signal of another component on update.
ILIAS\UI\Component\OnUpdateable\appendOnUpdate
appendOnUpdate(Signal $signal)
Get a component like this, triggering a signal of another component on update.
ILIAS\UI\Component\Signal
Definition:
Signal.php:13
src
UI
Component
OnUpdateable.php
Generated on Mon Sep 1 2025 20:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)