Netsutie PHP Toolkit
WorkOrderOrderStatus.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _built = "_built";
23 
30  const _cancelled = "_cancelled";
31 
38  const _closed = "_closed";
39 
46  const _inProcess = "_inProcess";
47 
54  const _planned = "_planned";
55 
62  const _released = "_released";
63 
70  const _undefined = "_undefined";
71 
72 }