List class, acting as a participant container. More...
Public Member Functions | |
| __construct () | |
| display_format_id () | |
| get_display_format () | |
| Returns the display format used by this list. | |
| list_sort_id () | |
Public Attributes | |
| $id | |
| $includes | |
| $excludes | |
| $data | |
| $participants = array() | |
List class, acting as a participant container.
Each list essentially contains a number of participants, optionally even a list of included and excluded lists and some other, internal, information such as display format and sort order.
| SD_Meeting_Tool_List::__construct | ( | ) |
| SD_Meeting_Tool_List::display_format_id | ( | ) |
Returns the current display format.
| SD_Meeting_Tool_List::get_display_format | ( | ) |
Returns the display format used by this list.
| SD_Meeting_Tool_List::list_sort_id | ( | ) |
Returns the current list sort.
| SD_Meeting_Tool_List::$data |
Serialized data. Contains:
| SD_Meeting_Tool_List::$excludes |
Array of excluded list IDs.
| SD_Meeting_Tool_List::$id |
ID of list.
| SD_Meeting_Tool_List::$includes |
Array of included list IDs.
| SD_Meeting_Tool_List::$participants = array() |
Array of list_participant objects.
1.8.1.2