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