| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 | |
| addOnLoadCode (string $code) | |
| Add some JavaScript-statements to the on-load handler of the page.  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 199 of file Base.php.
References $id.
| 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.