Esempio n. 1
0
 private static function loadItems()
 {
     //1 = Good, 2 = Service [availability, level_of_service = Domestic, Corporate , rate per hour/day for single personell[sale price], features, images, provider, ]
     self::$Inventory[] = StockAccount::GetStockItems();
     self::$loaded = true;
 }