You are here

public function statspro::get_fields in Statistics Pro 6

Same name and namespace in other branches
  1. 6.2 statspro.inc \StatsPro::get_fields()

Get data fields.

File

./statspro.inc, line 57
statspro class for statistics pro module.

Class

statspro
Manages the data saving and retrieval according to the user defined parameters.

Code

public function get_fields() {
  return $this->fields;
}