Netsutie PHP Toolkit
Translation.php
Go to the documentation of this file.
1 <?php
8 class Translation {
9 
18  public $locale;
19 
28  public $language;
29 
38  public $displayName;
39 
48  public $description;
49 
59 
69 
79 
89 
99 
109 
118  public $pageTitle;
119 
129 
139 
140 
141 
142  static $paramtypesmap = array(
143 
144  "locale" => "Language",
145 
146  "language" => "string",
147 
148  "displayName" => "string",
149 
150  "description" => "string",
151 
152  "salesDescription" => "string",
153 
154  "storeDisplayName" => "string",
155 
156  "storeDescription" => "string",
157 
158  "storeDetailedDescription" => "string",
159 
160  "featuredDescription" => "string",
161 
162  "specialsDescription" => "string",
163 
164  "pageTitle" => "string",
165 
166  "noPriceMessage" => "string",
167 
168  "outOfStockMessage" => "string",
169 
170  );
171 
172 }
$storeDetailedDescription
Definition: Translation.php:88
static $paramtypesmap