Plugin providing participant display formats for internal (admin) use.
More...
Private Attributes |
| | $cache = array() |
Detailed Description
Plugin providing participant display formats for internal (admin) use.
Display Format plugin for SD Meeting Tool.
- 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
- Changelog
- 1.1
-
Constructor & Destructor Documentation
| SD_Meeting_Tool_Display_Formats::__construct |
( |
| ) |
|
Member Function Documentation
| SD_Meeting_Tool_Display_Formats::activate |
( |
| ) |
|
Overridable activation function.
It's here in case plugins need a common activation method in the future.
Reimplemented from SD_Meeting_Tool_Base.
| SD_Meeting_Tool_Display_Formats::admin |
( |
| ) |
|
| SD_Meeting_Tool_Display_Formats::admin_edit |
( |
| ) |
|
| SD_Meeting_Tool_Display_Formats::admin_overview |
( |
| ) |
|
| SD_Meeting_Tool_Display_Formats::display_format_sql_to_object |
( |
|
$sql | ) |
|
|
private |
| SD_Meeting_Tool_Display_Formats::parse_display_format_array |
( |
|
$array | ) |
|
|
private |
Converts a display format array back into a human readable string.
- Parameters
-
| $array | Array to convert to a string. |
- Returns
- A human-readable string.
| SD_Meeting_Tool_Display_Formats::parse_display_format_string |
( |
|
$string | ) |
|
|
private |
Breaks up a string into an array of keywords / strings, dependant on the current participant fields.
- Parameters
-
- Returns
- An array of arrays.
| SD_Meeting_Tool_Display_Formats::sd_mt_admin_menu |
( |
|
$menus | ) |
|
| SD_Meeting_Tool_Display_Formats::sd_mt_delete_display_format |
( |
|
$format | ) |
|
| SD_Meeting_Tool_Display_Formats::sd_mt_display_participant |
( |
|
$participant, |
|
|
|
$format |
|
) |
| |
| SD_Meeting_Tool_Display_Formats::sd_mt_get_all_display_formats |
( |
| ) |
|
| SD_Meeting_Tool_Display_Formats::sd_mt_get_display_format |
( |
|
$id | ) |
|
| SD_Meeting_Tool_Display_Formats::sd_mt_update_display_format |
( |
|
$format | ) |
|
Creates or updates a display format.
If the ID is null, a new display format will be created in the database.
- Wordpress
- Filter
- Parameters
-
- Returns
- The complete display format.
Implements interface_SD_Meeting_Tool_Display_Formats.
| SD_Meeting_Tool_Display_Formats::uninstall |
( |
| ) |
|
Member Data Documentation
| SD_Meeting_Tool_Display_Formats::$cache = array() |
|
private |
The documentation for this class was generated from the following file: