Example #1
0
 /**
  * Class Constructor
  * @codeCoverageIgnore
  */
 public function __construct()
 {
     parent::__construct();
     $this->evaluator = new PMSEEvaluator();
 }
Example #2
0
 /**
  * @codeCoverageIgnore
  */
 public function __construct()
 {
     $this->definitionBean = BeanFactory::getBean('pmse_BpmActivityDefinition');
     parent::__construct();
 }
Example #3
0
 /**
  *
  * @codeCoverageIgnore
  */
 public function __construct()
 {
     $this->evaluator = new PMSEEvaluator();
     $this->definitionBean = BeanFactory::getBean('pmse_BpmEventDefinition');
     parent::__construct();
 }