Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
ResourceAllocationApprovalStatus.php
Go to the documentation of this file.
1
<?php
8
class
ResourceAllocationApprovalStatus
{
9
10
11
12
static
$paramtypesmap
= array(
13
14
);
15
22
const
_approved
=
"_approved"
;
23
30
const
_pendingApproval
=
"_pendingApproval"
;
31
38
const
_rejected
=
"_rejected"
;
39
40
}
ResourceAllocationApprovalStatus\$paramtypesmap
static $paramtypesmap
Definition:
ResourceAllocationApprovalStatus.php:12
ResourceAllocationApprovalStatus
Definition:
ResourceAllocationApprovalStatus.php:8
ResourceAllocationApprovalStatus\_pendingApproval
const _pendingApproval
Definition:
ResourceAllocationApprovalStatus.php:30
ResourceAllocationApprovalStatus\_rejected
const _rejected
Definition:
ResourceAllocationApprovalStatus.php:38
ResourceAllocationApprovalStatus\_approved
const _approved
Definition:
ResourceAllocationApprovalStatus.php:22
Generated by
dreamxtream
using
1.8.10