Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
BudgetCategory.php
Go to the documentation of this file.
1
<?php
8
class
BudgetCategory
extends
Record
{
9
18
public
$name
;
19
28
public
$budgetType
;
29
38
public
$isInactive
;
39
48
public
$internalId
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"name"
=>
"string"
,
55
56
"budgetType"
=>
"boolean"
,
57
58
"isInactive"
=>
"boolean"
,
59
60
"internalId"
=>
"string"
,
61
62
);
63
64
}
BudgetCategory
Definition:
BudgetCategory.php:8
BudgetCategory\$paramtypesmap
static $paramtypesmap
Definition:
BudgetCategory.php:52
BudgetCategory\$name
$name
Definition:
BudgetCategory.php:18
BudgetCategory\$budgetType
$budgetType
Definition:
BudgetCategory.php:28
BudgetCategory\$internalId
$internalId
Definition:
BudgetCategory.php:48
BudgetCategory\$isInactive
$isInactive
Definition:
BudgetCategory.php:38
Record
Definition:
Record.php:8
Generated by
dreamxtream
using
1.8.10