$meta['id'], 'min' => $meta['min_point'], 'max' => $meta['max_point'], 'des' => $meta['des'], 'topoint' => $meta['topoint'], 'is_protect' => $meta['is_protect'], ); } protected static function getMetaList() { if (!self::$metaList) { self::$metaList = getMetaTable('seasomPoint@seasomPoint.php'); } return self::$metaList; } protected static $metaList; }