19declare(strict_types=1);
31trait ComponentDecoratorApplierTrait
37 return $c($component);
43 public function applySymbolDecorator(Symbol $symbol,
isGlobalScreenItem $item) : Symbol
45 $c = $item->getSymbolDecorator();
An exception for terminatinating execution or to throw for unit testing.
Interface isGlobalScreenItem.
A component is the most general form of an entity in the UI.