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