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

An agenda, containing talking points for the day in the form of {SD_Meeting_Tool_Agenda_Item}s. More...

Public Member Functions

 __construct ()
 get_current_item_id ()
 set_current_item_id ($new_item_id)
 is_current_item_id ($item_id)

Public Attributes

 $id
 $items = array()
 $data

Detailed Description

An agenda, containing talking points for the day in the form of {SD_Meeting_Tool_Agenda_Item}s.

See Also
interface_SD_Meeting_Tool_Actions
SD_Meeting_Tool_Agenda_Item
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_Agenda::__construct ( )

Member Function Documentation

SD_Meeting_Tool_Agenda::get_current_item_id ( )
Returns
The ID of the current agenda item, or false if no item is selected.
SD_Meeting_Tool_Agenda::is_current_item_id (   $item_id)
Parameters
$item_idID to check.
Returns
True if $item_id is the currently selected item.
SD_Meeting_Tool_Agenda::set_current_item_id (   $new_item_id)

Sets a new value for the current item id.

Parameters
$new_item_idThe ID of the agenda item to set as the current.

Member Data Documentation

SD_Meeting_Tool_Agenda::$data

Various data as a stdClass.

Stores:

  • current_item_id ID of the currently selected agenda item, if any. Else false.
  • name Name of agenda. $var $data
SD_Meeting_Tool_Agenda::$id

ID of agenda.

SD_Meeting_Tool_Agenda::$items = array()

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