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