phpbb_questionnaire_data_collector
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
__construct(string $install_id)
Constructor.
add_data_provider($provider)
No description
array
get_data_raw()
Get data as an array.
get_data_for_form()
No description
void
collect()
Collect info into the data property.
Details
at line 43
__construct(string $install_id)
Constructor.
at line 49
add_data_provider($provider)
No description
at line 59
array
get_data_raw()
Get data as an array.
at line 69
get_data_for_form()
No description
at line 79
void
collect()
Collect info into the data property.