Netsutie PHP Toolkit
AccountSearch.php
Go to the documentation of this file.
1 <?php
8 class AccountSearch extends SearchRecord {
9 
18  public $basic;
19 
28  public $userJoin;
29 
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "basic" => "AccountSearchBasic",
45 
46  "userJoin" => "EmployeeSearchBasic",
47 
48  "customSearchJoin" => "CustomSearchJoin[]",
49 
50  );
51 
52 }
static $paramtypesmap