示例#1
0
文件: base.php 项目: A-Bush/pprod
 public static function getLengthObject()
 {
     if (!self::$length) {
         require_once 'length.php';
         self::$length = K2StoreLength::getInstance();
     }
     return self::$length;
 }