19 declare(strict_types=1);
44 throw new \InvalidArgumentException(
"Cannot render item of type " . $fully_qualified);
52 switch ($fully_qualified) {
53 case isStandardItem::class:
56 case StandardToastItem::class:
68 if (!isset($this->renderers[$fully_qualified])) {
69 $this->renderers[$fully_qualified] = $this->
buildRenderer($fully_qualified);
71 return $this->renderers[$fully_qualified];
Class ChatMainBarProvider .
__construct(UIServices $ui)
getRenderer(string $fully_qualified)
Provides fluid interface to RBAC services.
ensureRenderer(string $fully_qualified)
buildRenderer(string $fully_qualified)