Netsutie PHP Toolkit
CustomFieldTranslations.php
Go to the documentation of this file.
1 <?php
9 
18  public $locale;
19 
29 
38  public $label;
39 
48  public $help;
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "locale" => "Language",
55 
56  "localeDescription" => "string",
57 
58  "label" => "string",
59 
60  "help" => "string",
61 
62  );
63 
64 }