PHP Class phpbb_questionnaire_data_collector

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.
Author: Johannes Schlueter ([email protected])
Mostrar archivo Open project: phpbb/phpbb Class Usage Examples

Public Properties

Property Type Description
$data
$install_id
$providers

Public Methods

Method Description
add_data_provider ( &$provider )
collect ( ) : null Collect info into the data property.
get_data_for_form ( )
get_data_raw ( ) : array Get data as an array.
phpbb_questionnaire_data_collector ( $install_id ) Constructor.

Method Details

add_data_provider() public method

public add_data_provider ( &$provider )

collect() public method

Collect info into the data property.
public collect ( ) : null
return null

get_data_for_form() public method

public get_data_for_form ( )

get_data_raw() public method

Get data as an array.
public get_data_raw ( ) : array
return array All Data

phpbb_questionnaire_data_collector() public method

Constructor.
public phpbb_questionnaire_data_collector ( $install_id )

Property Details

$data public_oe property

public $data

$install_id public_oe property

public $install_id

$providers public_oe property

public $providers