Class CalendarSolution_FrequentEvent_List

Description

The means to output a list of Frequent Events

Located in /include/CalendarSolution/FrequentEvent/List.php (line 20)

CalendarSolution
   |
   --CalendarSolution_FrequentEvent
      |
      --CalendarSolution_FrequentEvent_List
Method Summary
string get_event_formatted (array $event)
string get_list_close ()
string get_list_open ()
string get_rendering ()
string get_row_close ()
string get_row_open (string $class)
void run_query ()
Variables
Methods
get_event_formatted (line 26)
  • return: the HTML for one event
  • access: protected
string get_event_formatted (array $event)
  • array $event: an associative array of a given event
get_list_close (line 48)
  • return: the HTML for closing a list
  • access: protected
string get_list_close ()
get_list_open (line 55)
  • return: the HTML for opening a list
  • access: protected
string get_list_open ()
get_rendering (line 81)

Produces a list of events laid out in a list format

string get_rendering ()
get_row_close (line 62)
  • return: the HTML for closing a row
  • access: protected
string get_row_close ()
get_row_open (line 70)
  • return: the HTML for opening a row
  • access: protected
string get_row_open (string $class)
  • string $class: the CSS class name for this row
run_query (line 110)

Assembles the query string then executes it

void run_query ()

Redefinition of:
CalendarSolution_FrequentEvent::run_query()
Assembles the query string, executes it and stores the result in $this->data

Inherited Methods

Inherited From CalendarSolution_FrequentEvent

CalendarSolution_FrequentEvent::run_query()
CalendarSolution_FrequentEvent::set_data_from_query()

Inherited From CalendarSolution

CalendarSolution::__construct()
CalendarSolution::convert_windows_characters()
CalendarSolution::escape_data_for_html()
CalendarSolution::escape_for_icalendar()
CalendarSolution::flush_cache()
CalendarSolution::format_date()
CalendarSolution::get_admin_navigation()
CalendarSolution::get_credit()
CalendarSolution::get_css()
CalendarSolution::get_date_from_request()
CalendarSolution::get_errors()
CalendarSolution::get_event_formatted_icalendar()
CalendarSolution::get_int_array_from_request()
CalendarSolution::get_int_from_request()
CalendarSolution::get_string_from_request()
CalendarSolution::is_admin()
CalendarSolution::is_cache_available()
CalendarSolution::set_data_empty()
CalendarSolution::set_data_from_post()
CalendarSolution::set_uri()
CalendarSolution::validate_csrf_token()
Class Constants

Documentation generated on Wed, 21 Mar 2012 14:16:43 -0400 by phpDocumentor 1.4.4