This class implements the mapping mechanism to keep track of the data records we already know about. Its most useful when inherited from the actual organization class
Located in /plugins/Figures/data_map.class.php (line 40)
Class | Description |
---|---|
data_table | This class builds fundamental figures into a form that is easy to process in templates. |
date of the record currently processed by map_add()
figure_var.id of the record currently processed by map_add()
This is actually the numerical id for $_name. It is better suitable as index since it avoids possible encoding issues
the actual map that knows about year, id/name, period and age
name of the record currently processed by map_add()
period of the record currently processed by map_add()
year of the record currently processed by map_add(), 4 digits (YYYY)
return date of the last item processed by map_add()
return figure_data id of the last item processed by map_add()
return name of the last item processed by map_add()
return period of the last item processed by map_add()
return list of all uniq figure_var.id's known by the map or false in case there is none.
return year of the last item processed by map_add()
add a variable to the map, return code indicates whether this data is already known (1), known and more recent (2) or not known at all (false).
NOTE:
Documentation generated on Sun, 22 Aug 2010 11:20:16 +0200 by phpDocumentor 1.4.3