Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
LanguageValue.php
Go to the documentation of this file.
1
<?php
8
class
LanguageValue
{
9
18
public
$locale
;
19
28
public
$value
;
29
30
31
32
static
$paramtypesmap
= array(
33
34
"locale"
=>
"Language"
,
35
36
"value"
=>
"string"
,
37
38
);
39
40
}
LanguageValue\$paramtypesmap
static $paramtypesmap
Definition:
LanguageValue.php:32
LanguageValue\$locale
$locale
Definition:
LanguageValue.php:18
LanguageValue
Definition:
LanguageValue.php:8
LanguageValue\$value
$value
Definition:
LanguageValue.php:28
Generated by
dreamxtream
using
1.8.10