Description

ComponentRegistry is a registry for loaded components Handles loading, constructing and binding events for component class objects. @template TSubject of \UIM\Controller\Controller @extends \UIM\Core\ObjectRegistry<\UIM\Controller\Component> @implements \UIM\Event\IEventDispatcher

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
stringstring _resolveclassname(string classname)
voidvoid _throwMissingClassError(string classname, string pluginName)
this(IControllerthis(IController controller)
IControllerIController getController()