Sweden Democrats' Meeting Tool
 All Classes Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
SD_Meeting_Tool_List Class Reference

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()

Detailed Description

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.

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

Constructor & Destructor Documentation

SD_Meeting_Tool_List::__construct ( )

Member Function Documentation

SD_Meeting_Tool_List::display_format_id ( )

Returns the current display format.

Returns
The list's current display format.
SD_Meeting_Tool_List::get_display_format ( )

Returns the display format used by this list.

Returns
The SD_Meeting_Tool_Display_Format used by this list.
See Also
SD_Meeting_Tool_Display_Format
SD_Meeting_Tool_List::list_sort_id ( )

Returns the current list sort.

Returns
The list's current list sort.

Member Data Documentation

SD_Meeting_Tool_List::$data

Serialized data. Contains:

  • display_format_id Display format ID to use.
  • list_sort_id List sort to use.
  • name Human-readable name of the agenda. About 200 chars.
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.


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