ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Content.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
27 
33 {
37  public function getContent(): string;
38 
44  public function withCustomSignal(string $signal_name, string $js_code): static;
45 
52  public function getCustomSignal(string $signal_name): Signal;
53 }
getCustomSignal(string $signal_name)
Get signal with custom JavaScript code.
withCustomSignal(string $signal_name, string $js_code)
Get a legacy component like this, but with an additional signal with custom JavaScript code...
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getContent()
Get content as string stored in this component.
This is the interface for Blocks.
Definition: Block.php:27