Ejemplo n.º 1
0
 public function __construct($activityId, $attachedTo, $startNodeId)
 {
     parent::__construct($activityId, $attachedTo);
     $this->startNodeId = (string) $startNodeId;
 }
Ejemplo n.º 2
0
 public function __construct($activityId, $attachedTo, $signal)
 {
     parent::__construct($activityId, $attachedTo);
     $this->signal = (string) $signal;
 }
Ejemplo n.º 3
0
 public function __construct($activityId, $attachedTo, $message)
 {
     parent::__construct($activityId, $attachedTo);
     $this->message = (string) $message;
 }