Netsutie PHP Toolkit
EntityGroupSearchRow.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
29 
38  public $userJoin;
39 
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "basic" => "EntityGroupSearchRowBasic",
55 
56  "groupMemberJoin" => "EntitySearchRowBasic",
57 
58  "userJoin" => "EmployeeSearchRowBasic",
59 
60  "customSearchJoin" => "CustomSearchRowBasic[]",
61 
62  );
63 
64 }