Netsutie PHP Toolkit
ItemSubType.php
Go to the documentation of this file.
1 <?php
8 class ItemSubType {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _forPurchase = "_forPurchase";
23 
30  const _forResale = "_forResale";
31 
38  const _forSale = "_forSale";
39 
40 }
static $paramtypesmap
Definition: ItemSubType.php:12
const _forPurchase
Definition: ItemSubType.php:22
const _forResale
Definition: ItemSubType.php:30
const _forSale
Definition: ItemSubType.php:38