IWidgetFactory
IWidgetFactory
Package | system.web |
---|---|
Inheritance | interface IWidgetFactory |
Subclasses | CWidgetFactory |
Since | 1.1 |
Source Code | framework/base/interfaces.php |
IWidgetFactory is the interface that must be implemented by a widget factory class.
When calling CBaseController::createWidget, if a widget factory is available, it will be used for creating the requested widget.
When calling CBaseController::createWidget, if a widget factory is available, it will be used for creating the requested widget.