phpbb_session_testable_factory::get_config_data PHP 메소드

get_config_data() 공개 메소드

Retrieve the entire config data to be passed to the session.
public get_config_data ( ) : array
리턴 array Configuration
    public function get_config_data()
    {
        return $this->config_data;
    }