Look up a class, method, property or event
IWidgetFactory
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.
Method Details
|
|
| $owner |
CBaseController |
the owner of the new widget |
| $className |
string |
the class name of the widget. This can also be a path alias (e.g. system.web.widgets.COutputCache) |
| $properties |
array |
the initial property values (name=>value) of the widget. |
| {return} |
CWidget |
the newly created widget whose properties have been initialized with the given values. |
Creates a new widget based on the given class name and initial properties.
Be the first person to leave a comment
Please login to leave your comment.