* zin: sort wg properties.

This commit is contained in:
dingyongliang
2023-03-29 14:59:53 +08:00
parent ec1ca84450
commit db511ea513
+9 -8
View File
@@ -48,6 +48,14 @@ class wg
protected $matchedPortals = NULL;
protected static $wgToBlockMap = array();
protected static $definedPropsMap = array();
private static $gidSeed = 0;
private static $pageResources = array();
public function __construct(/* string|element|object|array|null ...$args */)
{
$this->props = new props();
@@ -412,15 +420,8 @@ class wg
return $defaultProps;
}
protected static $wgToBlockMap = array();
protected static $definedPropsMap = array();
private static $gidSeed = 0;
private static $pageResources = array();
public static function getPageCSS() {}
public static function getPageJS() {}
protected static function checkPageResources()