Class Example_Converter

Description

Implementation of Example converter.

Located in /bbp-admin/converters/Example.php (line 6)

BBP_Converter_Base
   |
   --Example_Converter
Method Summary
Example_Converter __construct ()
void authenticate_pass ( $password,  $serialized_pass)
void callback_savepass ( $field,  $row)
void info ()
void setup_globals ()
Variables
Methods
Constructor __construct (line 8)
Example_Converter __construct ()

Redefinition of:
BBP_Converter_Base::__construct()
This is the constructor and it connects to the platform databases.
authenticate_pass (line 327)

This method is to take the pass out of the database and compare to a pass the user has typed in.

  • access: public
void authenticate_pass ( $password,  $serialized_pass)
  • $password
  • $serialized_pass

Redefinition of:
BBP_Converter_Base::authenticate_pass()
This method implements the authentication for the different forums.
callback_savepass (line 317)

This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by wordpress.

  • access: public
void callback_savepass ( $field,  $row)
  • $field
  • $row
info (line 307)

This method allows us to indicates what is or is not converted for each converter.

  • access: public
void info ()

Redefinition of:
BBP_Converter_Base::info()
Info
setup_globals (line 14)
  • access: public
void setup_globals ()

Inherited Methods

Inherited From BBP_Converter_Base

BBP_Converter_Base::__construct()
BBP_Converter_Base::authenticate_pass()
BBP_Converter_Base::callback_datetime()
BBP_Converter_Base::callback_html()
BBP_Converter_Base::callback_negative()
BBP_Converter_Base::callback_null()
BBP_Converter_Base::callback_pass()
BBP_Converter_Base::callback_slug()
BBP_Converter_Base::clean()
BBP_Converter_Base::clean_passwords()
BBP_Converter_Base::convert_forums()
BBP_Converter_Base::convert_forum_parents()
BBP_Converter_Base::convert_replies()
BBP_Converter_Base::convert_table()
BBP_Converter_Base::convert_tags()
BBP_Converter_Base::convert_topics()
BBP_Converter_Base::convert_users()
BBP_Converter_Base::info()

Documentation generated on Fri, 24 May 2013 01:38:25 +0100 by phpDocumentor 1.4.3