ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Wraps an ilTemplate to only provide smaller interface. More...
Public Member Functions | |
__construct (private ilTemplate $tpl,) | |
setCurrentBlock (string $name) | |
parseCurrentBlock () | |
touchBlock (string $name) | |
setVariable (string $name, $value) | |
get (?string $block=null) | |
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 | ) |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 71 of file ilTemplateWrapper.php.
References null.
ILIAS\UI\Implementation\Render\ilTemplateWrapper::parseCurrentBlock | ( | ) |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 47 of file ilTemplateWrapper.php.
ILIAS\UI\Implementation\Render\ilTemplateWrapper::setCurrentBlock | ( | string | $name | ) |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 39 of file ilTemplateWrapper.php.
ILIAS\UI\Implementation\Render\ilTemplateWrapper::setVariable | ( | string | $name, |
$value | |||
) |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 63 of file ilTemplateWrapper.php.
ILIAS\UI\Implementation\Render\ilTemplateWrapper::touchBlock | ( | string | $name | ) |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 55 of file ilTemplateWrapper.php.