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