19 declare(strict_types=1);
42 throw new \InvalidArgumentException(
"Cannot render item of type " . $fully_qualified);
50 switch ($fully_qualified) {
51 case isStandardItem::class:
54 case StandardToastItem::class:
66 if (!isset($this->renderers[$fully_qualified])) {
67 $this->renderers[$fully_qualified] = $this->
buildRenderer($fully_qualified);
69 return $this->renderers[$fully_qualified];
__construct(protected UIServices $ui)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getRenderer(string $fully_qualified)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Provides fluid interface to RBAC services.
ensureRenderer(string $fully_qualified)
buildRenderer(string $fully_qualified)