Ejemplo n.º 1
0
  public function eval_json_field($name, $fields) {
    
    global $wf;

    $result = $wf->eval_json_field($this, $name, $fields);
    
    if ($result !== false) {
      return $result;
    }

    return parent::eval_json_field($name);
  
  }