Netsutie PHP Toolkit
ServiceItemTaskTemplates.php
Go to the documentation of this file.
1 <?php
9 
18  public $taskName;
19 
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 }