* zin: add wg function.

This commit is contained in:
sunhao
2023-07-18 15:54:43 +08:00
parent e805ced5d3
commit f0e67e73c7
+10
View File
@@ -18,6 +18,16 @@ require_once __DIR__ . DS . 'rawcontent.class.php';
require_once __DIR__ . DS . 'wg.class.php';
require_once __DIR__ . DS . 'context.func.php';
/**
* Create an new widget.
*
* @return wg
*/
function wg(): wg
{
return new wg(func_get_args());
}
/**
* Set widget properties.
*