18declare(strict_types=1);
43 return "<p>{$component->getGreeting()}</p>";
52 $resource_registry->
register(
'some/asset/path');
An exception for terminatinating execution or to throw for unit testing.
Extend the DecoratedRenderer to align your renderer with other potential renderers in ILIAS,...
manipulateRendering($component, Renderer $root)
Manipulates the rendering of one or multiple components by appending, prepending or exchanging their ...
__construct(ResourceRegistry $resource_registry, Renderer $default)
registerResources(ResourceRegistry $resource_registry)
Some very basic component implementation.
Provides methods to interface with javascript.
Registry for resources required by rendered output like Javascript or CSS.
register($name)
Add a dependency.
An entity that renders components to a string output.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc