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