Netsutie PHP Toolkit
AccountingPeriodSearchRow.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $userJoin;
29 
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "basic" => "AccountingPeriodSearchRowBasic",
45 
46  "userJoin" => "EmployeeSearchRowBasic",
47 
48  "userNotesJoin" => "NoteSearchRowBasic",
49 
50  );
51 
52 }