Class StatsDisplay

Description

**************************************************************

This file is part of SlidingDoors. A CompInaBox component * Copyright 2001-2003. Eric D. Nielsen, All rights reserverd * SlidingDoors is availible for license under the GPL, see * the COPYING file in the root directory of the install for * the full terms of the GPL. * * File: StatsDisplay.inc * Author: Eric D. Nielsen * Description: Module containing function calls for generating * registration statistic pages * Attributes: from superclass * Constructor: StatsDispplay * Methods: need to list * Change Log: 7/04/03 -- created -- edn * **************************************************************

Located in /include/classes/html-formatting/StatsDisplay.inc (line 18)

UIBase
   |
   --StatsDisplay
Variable Summary
 mixed $base_path
 mixed $base_url
 mixed $comp_url
Method Summary
 StatsDisplay StatsDisplay (mixed $db)
 void beginPage ([mixed $pageTitle = ""], [mixed $pageHeader = ""])
 void colorDances (mixed $dances)
 void colorLegend ()
 void endPage ()
 void generateStats (mixed &$peopleLut, mixed &$affilLut, mixed &$eventLut, mixed &$affilList, mixed &$eventList, mixed $details)
 void helper_alphaCount (mixed &$peopleLut)
 void helper_anchorStyles (mixed &$eventLut, mixed $levelStructure, mixed $details, mixed &$categories)
 void helper_assignPeopleToPages (mixed &$peopleLut, mixed $peoplePerPage)
 void helper_cleanAffilFileName (mixed $abbrev)
 void helper_generateEventGroups (mixed &$eventLut)
 void helper_getCatTitle (mixed $details)
 void helper_getPrefix (mixed $details)
 void helper_getRoleImage (mixed $role)
 void helper_linkAffil (mixed $entry, mixed &$affilLut)
 void helper_makeBlocks (mixed &$peopleLut, mixed $peoplePerPage)
 void helper_makeEventNav (mixed &$eventLut, mixed &$structure, mixed &$categories)
 void helper_makeNavBars (mixed $blocks, mixed &$navRel, mixed &$navAbs, mixed &$indexBody)
 void helper_rebuildCategories (mixed $categories, mixed $peopleLut, mixed $affilLut, mixed $eventLut, mixed $summary, mixed $footer)
 void helper_rebuildEvents (mixed &$peopleLut, mixed &$affilLut, mixed &$eventLut, mixed &$eventList, mixed $summary, mixed $footer)
 void helper_rebuildIndexSummary (mixed $categories)
 void helper_rebuildPeople (mixed &$peopleLut, mixed &$affilLut, mixed $summary, mixed $footer, mixed $blocks, mixed $peoplePerPage)
 void helper_rebuildSchoolInclude (mixed &$affilLut)
 void helper_rebuildSchools (mixed &$peopleLut, mixed &$affilLut, mixed &$affilList, mixed $summary, mixed $footer)
 void helper_startBreakOutBody (mixed $navAbs, mixed $colorLegend, mixed $tableHeadings)
 void helper_statsHeader (mixed $summaryLine)
 void helper_statsSummary (mixed $details)
 void helper_writeFile (mixed $filename, mixed $body)
 void styleDances (mixed $dances, [mixed $link = FALSE])
 void textBox (mixed $text)
Variables
mixed $base_path (line 21)
mixed $base_url (line 22)
mixed $comp_url (line 23)

Inherited Variables

Inherited from UIBase

UIBase::$db
Methods
Constructor StatsDisplay (line 24)
StatsDisplay StatsDisplay (mixed $db)
beginPage (line 41)
void beginPage ([mixed $pageTitle = ""], [mixed $pageHeader = ""])

Redefinition of:
UIBase::beginPage()
colorDances (line 84)
void colorDances (mixed $dances)
colorLegend (line 133)
void colorLegend ()
endPage (line 75)
void endPage ()

Redefinition of:
UIBase::endPage()
generateStats (line 142)
void generateStats (mixed &$peopleLut, mixed &$affilLut, mixed &$eventLut, mixed &$affilList, mixed &$eventList, mixed $details)
helper_alphaCount (line 1134)
void helper_alphaCount (mixed &$peopleLut)
helper_anchorStyles (line 195)
void helper_anchorStyles (mixed &$eventLut, mixed $levelStructure, mixed $details, mixed &$categories)
helper_assignPeopleToPages (line 1052)
void helper_assignPeopleToPages (mixed &$peopleLut, mixed $peoplePerPage)
helper_cleanAffilFileName (line 927)
void helper_cleanAffilFileName (mixed $abbrev)
helper_generateEventGroups (line 164)
void helper_generateEventGroups (mixed &$eventLut)
helper_getCatTitle (line 185)
void helper_getCatTitle (mixed $details)
helper_getPrefix (line 177)
void helper_getPrefix (mixed $details)
helper_getRoleImage (line 913)
void helper_getRoleImage (mixed $role)
helper_linkAffil (line 934)
void helper_linkAffil (mixed $entry, mixed &$affilLut)
helper_makeBlocks (line 1068)
void helper_makeBlocks (mixed &$peopleLut, mixed $peoplePerPage)
helper_makeEventNav (line 244)
void helper_makeEventNav (mixed &$eventLut, mixed &$structure, mixed &$categories)
helper_makeNavBars (line 972)
void helper_makeNavBars (mixed $blocks, mixed &$navRel, mixed &$navAbs, mixed &$indexBody)
helper_rebuildCategories (line 492)
void helper_rebuildCategories (mixed $categories, mixed $peopleLut, mixed $affilLut, mixed $eventLut, mixed $summary, mixed $footer)
helper_rebuildEvents (line 595)
void helper_rebuildEvents (mixed &$peopleLut, mixed &$affilLut, mixed &$eventLut, mixed &$eventList, mixed $summary, mixed $footer)
helper_rebuildIndexSummary (line 367)
void helper_rebuildIndexSummary (mixed $categories)
helper_rebuildPeople (line 803)
void helper_rebuildPeople (mixed &$peopleLut, mixed &$affilLut, mixed $summary, mixed $footer, mixed $blocks, mixed $peoplePerPage)
helper_rebuildSchoolInclude (line 703)
void helper_rebuildSchoolInclude (mixed &$affilLut)
helper_rebuildSchools (line 720)
void helper_rebuildSchools (mixed &$peopleLut, mixed &$affilLut, mixed &$affilList, mixed $summary, mixed $footer)
helper_startBreakOutBody (line 949)
void helper_startBreakOutBody (mixed $navAbs, mixed $colorLegend, mixed $tableHeadings)
helper_statsHeader (line 1030)
void helper_statsHeader (mixed $summaryLine)
helper_statsSummary (line 1018)
void helper_statsSummary (mixed $details)
helper_writeFile (line 959)
void helper_writeFile (mixed $filename, mixed $body)
styleDances (line 102)
void styleDances (mixed $dances, [mixed $link = FALSE])
textBox (line 32)
void textBox (mixed $text)

Inherited Methods

Inherited From UIBase

 UIBase::UIBase()
 UIBase::addAddressElement()
 UIBase::addCheckBoxes()
 UIBase::addDateElement()
 UIBase::addDateRangeElement()
 UIBase::addPasswordElement()
 UIBase::addRadioButtons()
 UIBase::addSelectBox()
 UIBase::addSubmitButton()
 UIBase::addTextAreaElement()
 UIBase::addTextElement()
 UIBase::arrayToSelectOptions()
 UIBase::beginPage()
 UIBase::compinaboxBox()
 UIBase::developerContactInfo()
 UIBase::documentHead()
 UIBase::endPage()
 UIBase::fullMasthead()
 UIBase::helper_inputTemplate()
 UIBase::navbar()
 UIBase::registerLinks()
 UIBase::resultLinks()
 UIBase::sectionBreak()
 UIBase::standardMasthead()
 UIBase::wrapForm()

Documentation generated on Tue, 25 Apr 2006 13:10:24 -0400 by phpDocumentor 1.3.0RC3