class phpbb_questionnaire_data_collector
This class collects data which is used to create some usage statistics.
The collected data is - after authorization of the administrator - submitted to a central server. For privacy reasons we try to collect only data which aren't private or don't give any information which might help to identify the user.
Properties
| $providers | ||
| $data | ||
| $install_id |
Methods
|
phpbb_questionnaire_data_collector($install_id)
Constructor. |
||
|
add_data_provider($provider)
|
||
|
get_data_raw()
Get data as an array. |
||
|
get_data_for_form()
|
||
|
collect()
Collect info into the data property. |
Details
at line 40
public
phpbb_questionnaire_data_collector($install_id)
Constructor.
at line 46
public
add_data_provider($provider)
at line 56
public
get_data_raw()
Get data as an array.
at line 66
public
get_data_for_form()
at line 76
public
collect()
Collect info into the data property.