Stack2RSS 1.0
A simple web application that creates an RSS feed given an API route.
Protected Member Functions

RepChangeConverter Class Reference

Provides conversion for rep change objects. More...

Inheritance diagram for RepChangeConverter:
Converter

List of all members.

Protected Member Functions

 GetDate ($json_item)
 Returns the date of the given item.
 GetDescription ($json_item)
 Returns the description of the given item.
 GetLink ($json_item)
 Returns the link for the given item.
 GetTitle ($json_item)
 Returns the title of the given item.

Detailed Description

Provides conversion for rep change objects.

Definition at line 9 of file rep_change_converter.php.


Member Function Documentation

RepChangeConverter::GetDate ( json_item) [protected]

Returns the date of the given item.

Parameters:
[in]$json_itemthe JSON for the particular item
Returns:
the date of the item

Reimplemented from Converter.

Definition at line 40 of file rep_change_converter.php.

RepChangeConverter::GetDescription ( json_item) [protected]

Returns the description of the given item.

Parameters:
[in]$json_itemthe JSON for the particular item
Returns:
the HTML for the description of the item

Reimplemented from Converter.

Definition at line 21 of file rep_change_converter.php.

RepChangeConverter::GetLink ( json_item) [protected]

Returns the link for the given item.

Parameters:
[in]$json_itemthe JSON for the particular item
Returns:
the link for the item

Reimplemented from Converter.

Definition at line 35 of file rep_change_converter.php.

RepChangeConverter::GetTitle ( json_item) [protected]

Returns the title of the given item.

Parameters:
[in]$json_itemthe JSON for the particular item
Returns:
the HTML for the title of the item

Reimplemented from Converter.

Definition at line 11 of file rep_change_converter.php.


The documentation for this class was generated from the following file:
 All Classes Files Functions Enumerations