Provides participant handling. More...
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. | |
Provides participant handling.
| interface_SD_Meeting_Tool_Participants::sd_mt_clear_participants | ( | ) |
Completely clears the participants.
Deletes all participants and resets the fields.
Implemented in SD_Meeting_Tool_Participants.
| interface_SD_Meeting_Tool_Participants::sd_mt_delete_participant | ( | $participant | ) |
Deletes a participant.
| SD_Meeting_Tool_Participant | $participant | Participant 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.
Implemented in SD_Meeting_Tool_Participants.
| interface_SD_Meeting_Tool_Participants::sd_mt_get_participant | ( | $id | ) |
Return a specific participant.
| int | $id | Participant to get. |
Implemented in SD_Meeting_Tool_Participants.
| interface_SD_Meeting_Tool_Participants::sd_mt_get_participant_field | ( | $field_name | ) |
Return a specific participant field.
| string | $field_name | Participant field name to get. |
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.
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.
| SD_Meeting_Tool_Participant | $participant | Participant to create or update. |
Implemented in SD_Meeting_Tool_Participants.
1.8.1.2