|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for LoggingJavaScriptBinding:
Collaboration diagram for LoggingJavaScriptBinding:Public Member Functions | |
| createId () | |
| Create a fresh unique id. More... | |
| addOnLoadCode ($code) | |
| getOnLoadCodeAsync () | |
| Get all the registered on-load javascript code for the async context, e.g. More... | |
Public Member Functions inherited from ILIAS\UI\Implementation\Render\JavaScriptBinding | |
| createId () | |
| Create a fresh unique id. More... | |
| addOnLoadCode (string $code) | |
| Add some JavaScript-statements to the on-load handler of the page. More... | |
| getOnLoadCodeAsync () | |
| Get all the registered on-load javascript code for the async context, e.g. More... | |
Data Fields | |
| array | $on_load_code = array() |
| array | $ids = array() |
Private Attributes | |
| int | $count = 0 |
| LoggingJavaScriptBinding::addOnLoadCode | ( | $code | ) |
| LoggingJavaScriptBinding::createId | ( | ) |
Create a fresh unique id.
This MUST return a new id on every call.
Implements ILIAS\UI\Implementation\Render\JavaScriptBinding.
Definition at line 187 of file Base.php.
| LoggingJavaScriptBinding::getOnLoadCodeAsync | ( | ) |
Get all the registered on-load javascript code for the async context, e.g.
return all code inside <script> tags
Implements ILIAS\UI\Implementation\Render\JavaScriptBinding.
Definition at line 200 of file Base.php.
|
private |
Definition at line 185 of file Base.php.
Referenced by createId().