Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CustomRecordTranslations.php
Go to the documentation of this file.
1
<?php
8
class
CustomRecordTranslations
{
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
}
CustomRecordTranslations
Definition:
CustomRecordTranslations.php:8
CustomRecordTranslations\$label
$label
Definition:
CustomRecordTranslations.php:38
CustomRecordTranslations\$locale
$locale
Definition:
CustomRecordTranslations.php:18
CustomRecordTranslations\$language
$language
Definition:
CustomRecordTranslations.php:28
CustomRecordTranslations\$paramtypesmap
static $paramtypesmap
Definition:
CustomRecordTranslations.php:42
Generated by
dreamxtream
using
1.8.10