Netsutie PHP Toolkit
TimeSheet Class Reference
Inheritance diagram for TimeSheet:
Record

Data Fields

 $customForm
 
 $employee
 
 $startDate
 
 $endDate
 
 $totalHours
 
 $approvalStatus
 
 $subsidiary
 
 $timeGridList
 
 $customFieldList
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from Record
static $paramtypesmap
 

Detailed Description

TimeSheet

Definition at line 8 of file TimeSheet.php.

Field Documentation

$approvalStatus

Definition at line 68 of file TimeSheet.php.

$customFieldList

Definition at line 98 of file TimeSheet.php.

$customForm

Definition at line 18 of file TimeSheet.php.

$employee

Definition at line 28 of file TimeSheet.php.

$endDate

Definition at line 48 of file TimeSheet.php.

$externalId

Definition at line 118 of file TimeSheet.php.

$internalId

Definition at line 108 of file TimeSheet.php.

$paramtypesmap
static
Initial value:
= array(
"customForm" => "RecordRef",
"employee" => "RecordRef",
"startDate" => "dateTime",
"endDate" => "dateTime",
"totalHours" => "Duration",
"approvalStatus" => "RecordRef",
"subsidiary" => "RecordRef",
"timeGridList" => "TimeSheetTimeGridList",
"customFieldList" => "CustomFieldList",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 122 of file TimeSheet.php.

$startDate

Definition at line 38 of file TimeSheet.php.

$subsidiary

Definition at line 78 of file TimeSheet.php.

$timeGridList

Definition at line 88 of file TimeSheet.php.

$totalHours

Definition at line 58 of file TimeSheet.php.


The documentation for this class was generated from the following file: