Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
ServiceItemTaskTemplates.php
Go to the documentation of this file.
1
<?php
8
class
ServiceItemTaskTemplates
{
9
18
public
$taskName
;
19
28
public
$taskStartOffset
;
29
38
public
$taskDuration
;
39
40
41
42
static
$paramtypesmap
= array(
43
44
"taskName"
=>
"string"
,
45
46
"taskStartOffset"
=>
"integer"
,
47
48
"taskDuration"
=>
"Duration"
,
49
50
);
51
52
}
ServiceItemTaskTemplates
Definition:
ServiceItemTaskTemplates.php:8
ServiceItemTaskTemplates\$taskDuration
$taskDuration
Definition:
ServiceItemTaskTemplates.php:38
ServiceItemTaskTemplates\$taskStartOffset
$taskStartOffset
Definition:
ServiceItemTaskTemplates.php:28
ServiceItemTaskTemplates\$paramtypesmap
static $paramtypesmap
Definition:
ServiceItemTaskTemplates.php:42
ServiceItemTaskTemplates\$taskName
$taskName
Definition:
ServiceItemTaskTemplates.php:18
Generated by
dreamxtream
using
1.8.10