PHP 클래스 phpbb_questionnaire_phpbb_data_provider

파일 보기 프로젝트 열기: phpbb/phpbb

공개 프로퍼티들

프로퍼티 타입 설명
$config
$unique_id

공개 메소드들

메소드 설명
get_data ( ) : array Get data about this phpBB installation.
get_identifier ( ) : string Returns a string identifier for this data provider
phpbb_questionnaire_phpbb_data_provider ( array $config ) Constructor.

메소드 상세

get_data() 공개 메소드

Get data about this phpBB installation.
public get_data ( ) : array
리턴 array Relevant anonymous config options

get_identifier() 공개 메소드

Returns a string identifier for this data provider
public get_identifier ( ) : string
리턴 string "phpBB"

phpbb_questionnaire_phpbb_data_provider() 공개 메소드

Constructor.

프로퍼티 상세

$config 공개적으로 프로퍼티

public $config

$unique_id 공개적으로 프로퍼티

public $unique_id