Netsutie PHP Toolkit
CustomRecordTypeForms.php
Go to the documentation of this file.
1 <?php
9 
18  public $formEdit;
19 
28  public $formName;
29 
38  public $formPref;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "formEdit" => "string",
45 
46  "formName" => "string",
47 
48  "formPref" => "boolean",
49 
50  );
51 
52 }