Informática Asociada ia doc & examples Index Examples List

Documentation jit ia\Work\Workflow\WF_template Documentation Function examples Index Examples List

class ia\Work\Workflow\WF_template


Index Documentation Function examples Index Examples List

ia\Work\Workflow\WF_template


Examples by function ia\Work\Workflow\WF_template Documentation Function examples Index Examples List

ia\Work\Workflow\WF_template

Disclaimer: Auto generated file. Please help us setting parameters to useful values and extending the examples.

/**
     * WF_template constructor.
     * @param array $activityList
     * @throws Exception
     */
/*
 $wF_template = new WF_template(array $activityList);
*/

$wF_template = new WF_template(['a' => '1', 'b' => '2', 'c' => 3]);


Fatal error: Uncaught TypeError: array_merge(): Argument #2 must be of type array, string given in /lamp/www/iaLib/inc_ia/Work/src/Workflow/WF_template.php:116 Stack trace: #0 /lamp/www/iaLib/inc_ia/Work/src/Workflow/WF_template.php(116): array_merge(Array, '1', Array) #1 /lamp/www/iaLib/inc_ia/Work/src/Workflow/WF_template.php(75): ia\Work\Workflow\WF_template->validate() #2 /lamp/www/iaLib/inc_ia/Work/src/Workflow/WF_template.php(66): ia\Work\Workflow\WF_template->setup() #3 /lamp/www/iaLib/ia_examples/code/ia/Work/Workflow/WF_template_example_code.php(27): ia\Work\Workflow\WF_template->__construct(Array) #4 /lamp/www/iaLib/ia_examples/template/ia_example_class.php(118): include('/lamp/www/iaLib...') #5 /lamp/www/iaLib/ia_examples/ia/Work/Workflow/WF_template_example.php(9): include('/lamp/www/iaLib...') #6 /lamp/www/iaLib/ia_examples/showDoc.php(24): include('/lamp/www/iaLib...') #7 {main} thrown in /lamp/www/iaLib/inc_ia/Work/src/Workflow/WF_template.php on line 116