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