Netsutie PHP Toolkit
LocationSearchRow.php
Go to the documentation of this file.
1 <?php
8 class LocationSearchRow extends SearchRow {
9 
18  public $basic;
19 
28  public $addressJoin;
29 
39 
48  public $userJoin;
49 
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "basic" => "LocationSearchRowBasic",
65 
66  "addressJoin" => "AddressSearchRowBasic",
67 
68  "returnAddressJoin" => "AddressSearchRowBasic",
69 
70  "userJoin" => "EmployeeSearchRowBasic",
71 
72  "customSearchJoin" => "CustomSearchRowBasic[]",
73 
74  );
75 
76 }