ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
Legacy.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): Legacy;
45 
52  public function getCustomSignal(string $signal_name): Signal;
53 }
withCustomSignal(string $signal_name, string $js_code)
Get a legacy component like this, but with an additional signal with custom JavaScript code...
getContent()
Get content as string stored in this component.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
getCustomSignal(string $signal_name)
Get signal with custom JavaScript code.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:22
This is the interface for Blocks.
Definition: Block.php:27