Netsutie PHP Toolkit
FolderSearchRow.php
Go to the documentation of this file.
1 <?php
8 class FolderSearchRow extends SearchRow {
9 
18  public $basic;
19 
28  public $fileJoin;
29 
38  public $userJoin;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "basic" => "FolderSearchRowBasic",
45 
46  "fileJoin" => "FileSearchRowBasic",
47 
48  "userJoin" => "EmployeeSearchRowBasic",
49 
50  );
51 
52 }