Netsutie PHP Toolkit
Record.php
Go to the documentation of this file.
1 <?php
8 class Record {
9 
19 
20 
21 
22  static $paramtypesmap = array(
23 
24  "nullFieldList" => "NullField",
25 
26  );
27 
28 }
$nullFieldList
Definition: Record.php:18
static $paramtypesmap
Definition: Record.php:22
Definition: Record.php:8