Netsutie PHP Toolkit
SiteCategorySearch.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $shopperJoin;
29 
38  public $userJoin;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "basic" => "SiteCategorySearchBasic",
45 
46  "shopperJoin" => "CustomerSearchBasic",
47 
48  "userJoin" => "EmployeeSearchBasic",
49 
50  );
51 
52 }