19 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.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
parseCurrentBlock()
Parse the block that is currently worked on.
touchBlock(string $name)
Touch a block without working further on it.