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

Provides participant handling. More...

Inheritance diagram for interface_SD_Meeting_Tool_Participants:
SD_Meeting_Tool_Participants

Public Member Functions

 sd_mt_clear_participants ()
 Completely clears the participants.
 sd_mt_delete_participant ($participant)
 Deletes a participant.
 sd_mt_get_all_participants ()
 Return a list of all the participants.
 sd_mt_get_participant ($id)
 Return a specific participant.
 sd_mt_get_participant_field ($field_name)
 Return a specific participant field.
 sd_mt_get_participant_fields ()
 Returns an array of SD_Meeting_Tool_Participant_Field that describe which fields exist in the participant database.
 sd_mt_update_participant ($participant)
 Creates or updates a participant.

Detailed Description

Provides participant handling.

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_Tool_Participants::sd_mt_clear_participants ( )

Completely clears the participants.

Deletes all participants and resets the fields.

Wordpress
Filter

Implemented in SD_Meeting_Tool_Participants.

interface_SD_Meeting_Tool_Participants::sd_mt_delete_participant (   $participant)

Deletes a participant.

Wordpress
Filter
Parameters
SD_Meeting_Tool_Participant$participantParticipant to delete.

Implemented in SD_Meeting_Tool_Participants.

interface_SD_Meeting_Tool_Participants::sd_mt_get_all_participants ( )

Return a list of all the participants.

Returns
Array of SD_Meeting_Tool_Participant.

Implemented in SD_Meeting_Tool_Participants.

interface_SD_Meeting_Tool_Participants::sd_mt_get_participant (   $id)

Return a specific participant.

Wordpress
Filter
Parameters
int$idParticipant to get.
Returns
An SD_Meeting_Tool_Participant.

Implemented in SD_Meeting_Tool_Participants.

interface_SD_Meeting_Tool_Participants::sd_mt_get_participant_field (   $field_name)

Return a specific participant field.

Wordpress
Filter
Parameters
string$field_nameParticipant field name to get.
Returns
An SD_Meeting_Tool_Participant_Field.

Implemented in SD_Meeting_Tool_Participants.

interface_SD_Meeting_Tool_Participants::sd_mt_get_participant_fields ( )

Returns an array of SD_Meeting_Tool_Participant_Field that describe which fields exist in the participant database.

Wordpress
Filter
Returns
Array of SD_Meeting_Tool_Participant_Field.

Implemented in SD_Meeting_Tool_Participants.

interface_SD_Meeting_Tool_Participants::sd_mt_update_participant (   $participant)

Creates or updates a participant.

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

Wordpress
Filter
Parameters
SD_Meeting_Tool_Participant$participantParticipant to create or update.

Implemented in SD_Meeting_Tool_Participants.


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