예제 #1
0
파일: base.php 프로젝트: A-Bush/pprod
 public static function getWeightObject()
 {
     if (!self::$weight) {
         require_once 'weight.php';
         self::$weight = K2StoreWeight::getInstance();
     }
     return self::$weight;
 }