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