ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Wraps an ilTemplate to only provide smaller interface. More...
Public Member Functions | |
__construct (private ilTemplate $tpl,) | |
setCurrentBlock (string $name) | |
@inheritdocs More... | |
parseCurrentBlock () | |
@inheritdocs More... | |
touchBlock (string $name) | |
@inheritdocs More... | |
setVariable (string $name, $value) | |
@inheritdocs More... | |
get (?string $block=null) | |
@inheritdocs More... | |
setCurrentBlock (string $name) | |
Set the block to work on. More... | |
parseCurrentBlock () | |
Parse the block that is currently worked on. More... | |
touchBlock (string $name) | |
Touch a block without working further on it. More... | |
setVariable (string $name, $value) | |
Set a variable in the current block. More... | |
get (?string $block=null) | |
Get the rendered template or a specific block. More... | |
Wraps an ilTemplate to only provide smaller interface.
Definition at line 29 of file ilTemplateWrapper.php.
|
final |
Definition at line 31 of file ilTemplateWrapper.php.
ILIAS\UI\Implementation\Render\ilTemplateWrapper::get | ( | ?string | $block = null | ) |
@inheritdocs
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 71 of file ilTemplateWrapper.php.
ILIAS\UI\Implementation\Render\ilTemplateWrapper::parseCurrentBlock | ( | ) |
@inheritdocs
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 47 of file ilTemplateWrapper.php.
ILIAS\UI\Implementation\Render\ilTemplateWrapper::setCurrentBlock | ( | string | $name | ) |
@inheritdocs
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 39 of file ilTemplateWrapper.php.
ILIAS\UI\Implementation\Render\ilTemplateWrapper::setVariable | ( | string | $name, |
$value | |||
) |
@inheritdocs
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 63 of file ilTemplateWrapper.php.
ILIAS\UI\Implementation\Render\ilTemplateWrapper::touchBlock | ( | string | $name | ) |
@inheritdocs
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 55 of file ilTemplateWrapper.php.