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