phpbb_session_testable_factory::get_config_data PHP Méthode

get_config_data() public méthode

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