EventHolder_Controller
class EventHolder_Controller extends DatedUpdateHolder_Controller (View source)
The parameters apply in the following preference order:
- Highest priority: Tag & date (or date range)
- Month (and Year)
- Pagination
So, when the user click on a tag link, the pagination, and month will be reset, but not the date filter. Also, changing the date will not affect the tag, but will reset the month and pagination.
When the user clicks on a month, pagination will be reset, but tags retained. Pagination retains all other parameters.
Properties
Methods
Details
string
getMetaTitle()
Get the meta title for the current action
string
FilterDescription()
Returns a description of the current filter
getUpdateName()
No description
init()
No description
parseParams($produceErrorMessages = true)
Parse URL parameters.
AllTagsLink()
Build the link - keep the date range, reset the rest.
UpdateTagsWithLinks()
List tags and attach links.
CurrentTag()
Get the TaxonomyTerm related to the current tag GET parameter.
AvailableMonths()
Extract the available months based on the current query.
Only tag is respected. Pagination and months are ignored.
FilteredUpdates($pageSize = 20)
Get the events based on the current query.
Form
DateRangeForm()
No description
doDateFilter()
No description
doDateReset()
No description
rss()
No description
atom()
No description