ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ILIAS\UI\Component\JavaScriptBindable Interface Reference

Interface to be extended by components that have the possibility to bind to Javascript. More...

+ Inheritance diagram for ILIAS\UI\Component\JavaScriptBindable:
+ Collaboration diagram for ILIAS\UI\Component\JavaScriptBindable:

Public Member Functions

 withOnLoadCode (\Closure $binder)
 
 getOnLoadCode ()
 Get the currently bound on load code. More...
 

Detailed Description

Interface to be extended by components that have the possibility to bind to Javascript.

Definition at line 11 of file JavaScriptBindable.php.

Member Function Documentation

◆ getOnLoadCode()

ILIAS\UI\Component\JavaScriptBindable::getOnLoadCode ( )

Get the currently bound on load code.

Returns
|null
Examples:
/usr/local/src/ilias/release_5-2/src/UI/Component/JavaScriptBindable.php.

Referenced by ILIAS\UI\Implementation\Render\AbstractComponentRenderer\bindJavaScript().

+ Here is the caller graph for this function:

◆ withOnLoadCode()

ILIAS\UI\Component\JavaScriptBindable::withOnLoadCode ( \Closure  $binder)

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