コード例 #1
0
 /**
  * Gets the data for the header view
  */
 protected function getHeaderData()
 {
     $input = Request::createFromGlobals();
     $data = array('id' => $this->reclamo['id'], 'ef_id' => $this->reclamo['ef_id'], 'step' => $this->task->task_step, 'flow_settings' => json_encode(\FlowSettingsCore::all(FLOW_RECLAMOS)));
     return $data;
 }