You are here

public function StatsPro::get_fields in Statistics Pro 6.2

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

Get data fields.

File

./statspro.inc, line 88
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;
}