ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
JavaScriptBindable.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component
;
22
23
use
Closure
;
24
28
interface
JavaScriptBindable
extends
Component
29
{
59
public
function
withOnLoadCode
(
Closure
$binder);
60
69
public
function
withAdditionalOnLoadCode
(
Closure
$binder);
70
74
public
function
getOnLoadCode
(): ?
Closure
;
75
}
JavaScriptBindable
ILIAS\UI\Component
Closure
ILIAS\UI\Component\JavaScriptBindable\withOnLoadCode
withOnLoadCode(Closure $binder)
ILIAS\UI\Component\JavaScriptBindable\getOnLoadCode
getOnLoadCode()
Get the currently bound on load code.
ILIAS\UI\Component\JavaScriptBindable\withAdditionalOnLoadCode
withAdditionalOnLoadCode(Closure $binder)
Add some onload-code to the component instead of replacing the existing one.
components
ILIAS
UI
src
Component
JavaScriptBindable.php
Generated on Sun Aug 31 2025 23:04:07 for ILIAS by
1.8.13 (using
Doxyfile
)