Ejemplo n.º 1
0
 public static function getWeightObject()
 {
     if (!self::$weight) {
         require_once 'weight.php';
         self::$weight = J2StoreWeight::getInstance();
     }
     return self::$weight;
 }