Netsutie PHP Toolkit
CustomFieldType.php
Go to the documentation of this file.
1 <?php
8 class CustomFieldType extends Record {
9 
18  public $fieldType;
19 
28  public $scriptId;
29 
30 
31 
32  static $paramtypesmap = array(
33 
34  "fieldType" => "CustomizationFieldType",
35 
36  "scriptId" => "string",
37 
38  );
39 
40 }
Definition: Record.php:8