mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 13:58:24 +08:00
@@ -85,6 +85,7 @@ class Widget extends Component implements ViewContextInterface
|
|||||||
* The widget rendering result is returned by this method.
|
* The widget rendering result is returned by this method.
|
||||||
* @param array $config name-value pairs that will be used to initialize the object properties
|
* @param array $config name-value pairs that will be used to initialize the object properties
|
||||||
* @return string the rendering result of the widget.
|
* @return string the rendering result of the widget.
|
||||||
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
public static function widget($config = [])
|
public static function widget($config = [])
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user