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
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string _resolveclassname(string classname) | ||||
void | void _throwMissingClassError(string classname, string pluginName) | ||||
this(IController | this(IController controller) | ||||
IController | IController getController() |