Netsutie PHP Toolkit
CustomRecordSearchRow.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $fileJoin;
29 
38  public $messagesJoin;
39 
48  public $ownerJoin;
49 
58  public $userJoin;
59 
69 
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "basic" => "CustomRecordSearchRowBasic",
85 
86  "fileJoin" => "FileSearchRowBasic",
87 
88  "messagesJoin" => "MessageSearchRowBasic",
89 
90  "ownerJoin" => "EmployeeSearchRowBasic",
91 
92  "userJoin" => "EmployeeSearchRowBasic",
93 
94  "userNotesJoin" => "NoteSearchRowBasic",
95 
96  "customSearchJoin" => "CustomSearchRowBasic[]",
97 
98  );
99 
100 }