Core::View::arbitModuleTrackerRssHandler
Class arbitModuleTrackerRssHandler
View handler, which receives a request object containing the properties of the initial request and the mixed stuff generated by the crontroller to be displayed. correct views, execute and echo them. View handler, which receives a request object containing the properties of the initial request and the mixed stuff generated by the crontroller to be displayed. Based on this information the view handler should select the correct views, execute and echo them.
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Method Summary
|
public static
array |
displayReportFeed(
$model
)
Displays items from a report |
|
public static
array |
displaySearchFeed(
$model
)
Displays items from a search |
|
protected static
DOMElement |
displaySearchResultItem(
$request
, $doc
, $document
)
Display a single search result item
Displays a issue, which has been found by a search as an item of a RSS feed. |
Methods
displayReportFeed
Displays items from a report Displays items from a report
Parameters:
displaySearchFeed
Displays items from a search Displays items from a search
Parameters:
displaySearchResultItem
static DOMElement
displaySearchResultItem(
arbitRequest
$request
,
$doc
,
$document
)
Display a single search result item
Displays a issue, which has been found by a search as an item of a RSS feed. Display a single search result item
Displays a issue, which has been found by a search as an item of a RSS feed.
Parameters:
| Name |
Type |
Description |
$request |
arbitRequest |
|
$doc |
DOMDocument |
|
$document |
mixed |
|
|