コード例 #1
0
 /**
  * Get a static reference to the storage object associated with this model object
  * 
  * @return rental_socontract_price_item the storage object
  */
 public static function get_instance()
 {
     if (self::$so == null) {
         self::$so = CreateObject('rental.socontract_price_item');
     }
     return self::$so;
 }