Example #1
0
 public function after_flow_action(\org\rhaco\flow\FlowInterface $flow)
 {
     $flow->vars("order", $flow->in_vars("order") . "4");
 }