Netsutie PHP Toolkit
DemandPlanMonth.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _april = "_april";
23 
30  const _august = "_august";
31 
38  const _december = "_december";
39 
46  const _february = "_february";
47 
54  const _january = "_january";
55 
62  const _july = "_july";
63 
70  const _june = "_june";
71 
78  const _march = "_march";
79 
86  const _may = "_may";
87 
94  const _november = "_november";
95 
102  const _october = "_october";
103 
110  const _september = "_september";
111 
112 }