Merge branch 'master' of bitbucket.org:colosa/processmaker

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-01-16 14:22:04 -04:00
7 changed files with 296 additions and 233 deletions

View File

@@ -205,10 +205,19 @@ class CaseSchedulerStructure
public $sch_week_days;
/**
* @var string {@from body} {@min 0} {@max 6}
* @var string {@from body} {@choice 1,2}
*/
public $sch_start_day;
/**
* @var string {@from body}
*/
public $sch_start_day_opt_1;
/**
* @var string {@from body}
*/
public $sch_start_day_opt_2;
/**
* @var string {@from body} {@min 0} {@max 24}
*/