Netsutie PHP Toolkit
TaskStatus.php
Go to the documentation of this file.
1 <?php
8 class TaskStatus {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _completed = "_completed";
23 
30  const _inProgress = "_inProgress";
31 
38  const _notStarted = "_notStarted";
39 
40 }
static $paramtypesmap
Definition: TaskStatus.php:12
const _completed
Definition: TaskStatus.php:22
const _notStarted
Definition: TaskStatus.php:38
const _inProgress
Definition: TaskStatus.php:30