Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CustomListCustomValue.php
Go to the documentation of this file.
1
<?php
8
class
CustomListCustomValue
{
9
18
public
$value
;
19
28
public
$abbreviation
;
29
38
public
$isInactive
;
39
48
public
$valueId
;
49
58
public
$valueLanguageValueList
;
59
60
61
62
static
$paramtypesmap
= array(
63
64
"value"
=>
"string"
,
65
66
"abbreviation"
=>
"string"
,
67
68
"isInactive"
=>
"boolean"
,
69
70
"valueId"
=>
"integer"
,
71
72
"valueLanguageValueList"
=>
"LanguageValueList"
,
73
74
);
75
76
}
CustomListCustomValue\$paramtypesmap
static $paramtypesmap
Definition:
CustomListCustomValue.php:62
CustomListCustomValue\$valueLanguageValueList
$valueLanguageValueList
Definition:
CustomListCustomValue.php:58
CustomListCustomValue\$isInactive
$isInactive
Definition:
CustomListCustomValue.php:38
CustomListCustomValue\$abbreviation
$abbreviation
Definition:
CustomListCustomValue.php:28
CustomListCustomValue
Definition:
CustomListCustomValue.php:8
CustomListCustomValue\$value
$value
Definition:
CustomListCustomValue.php:18
CustomListCustomValue\$valueId
$valueId
Definition:
CustomListCustomValue.php:48
Generated by
dreamxtream
using
1.8.10