Sweden Democrats' Meeting Tool
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
interface_SD_Meeting_Registration_UI Interface Reference

Registration User Interface. More...

Inheritance diagram for interface_SD_Meeting_Registration_UI:
SD_Meeting_Tool_Registration_UI_Text_Searches

Public Member Functions

 sd_mt_configure_registration_ui ($ui)
 sd_mt_display_registration_ui ($reg)
 sd_mt_get_all_registration_uis ($uis)
 sd_mt_get_registration_ui ($class_name)
 sd_mt_process_registration_ui ($reg)
 sd_mt_update_registration_ui ($ui)

Detailed Description

Registration User Interface.

Author
Edward Plainview edwar.nosp@m.d.pl.nosp@m.ainvi.nosp@m.ew@s.nosp@m.verig.nosp@m.edem.nosp@m.okrat.nosp@m.erna.nosp@m..se

Member Function Documentation

interface_SD_Meeting_Registration_UI::sd_mt_configure_registration_ui (   $ui)

Configure a UI.

This filter is called by the registration plguin, requesting the UI to display its configuration options, if any.

The form is already started by the registration plugin. Return anything you want: a string, some form inputs.

Parameters
SD_Meeting_Tool_Registration_UI$uiA SD_Meeting_Tool_Registration_UI.
Returns
The necessary inputs to configure the UI.

Implemented in SD_Meeting_Tool_Registration_UI_Text_Searches.

interface_SD_Meeting_Registration_UI::sd_mt_display_registration_ui (   $reg)

Displays the registration UI.

Extract the UI from the registration using registration->ui.

Wordpress
Filter
Parameters
SD_Meeting_Tool_Registration$regThe SD_Meeting_Tool_Registration contains the UI to show to the user.
Returns
A string containing all necessary HTML for display to the user.

Implemented in SD_Meeting_Tool_Registration_UI_Text_Searches.

interface_SD_Meeting_Registration_UI::sd_mt_get_all_registration_uis (   $uis)

Return a list of available reg UIs.

Wordpress
Filter
Parameters
array$uisArray of {SD_Meeting_Tool_Registration_UI}s.

Implemented in SD_Meeting_Tool_Registration_UI_Text_Searches.

interface_SD_Meeting_Registration_UI::sd_mt_get_registration_ui (   $class_name)

Return a specific UI.

Wordpress
Filter
Parameters
string$class_nameClass name of the requested UI.

Implemented in SD_Meeting_Tool_Registration_UI_Text_Searches.

interface_SD_Meeting_Registration_UI::sd_mt_process_registration_ui (   $reg)

Processes any _POST input from this registration UI.

Wordpress
Filter
Parameters
SD_Meeting_Tool_Registration$regRegistration to process.

Implemented in SD_Meeting_Tool_Registration_UI_Text_Searches.

interface_SD_Meeting_Registration_UI::sd_mt_update_registration_ui (   $ui)

Creates or updates a registration UI.

If the ID is null, a new registration UI will be created in the database.

Wordpress
Filter
Parameters
SD_Meeting_Tool_Registration_UI$uiRegistration UI to create or update.
Returns
The complete registration UI.

Implemented in SD_Meeting_Tool_Registration_UI_Text_Searches.


The documentation for this interface was generated from the following file: