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