3 declare(strict_types=1);
43 public function touchBlock(
string $name): bool;
49 public function setVariable(
string $name, $value): void;
54 public function get(
string $block = null):
string;
setCurrentBlock(string $name)
Set the block to work on.
setVariable(string $name, $value)
Set a variable in the current block.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
parseCurrentBlock()
Parse the block that is currently worked on.
touchBlock(string $name)
Touch a block without working further on it.
addOnLoadCode(string $code)
Add some javascript to be executed on_load of the rendered page.