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

APISiteConverter Class Reference

Provides conversion for api site objects. More...

Inheritance diagram for APISiteConverter:
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 api site objects.

Definition at line 9 of file api_site_converter.php.


Member Function Documentation

APISiteConverter::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 26 of file api_site_converter.php.

APISiteConverter::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 16 of file api_site_converter.php.

APISiteConverter::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 21 of file api_site_converter.php.

APISiteConverter::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 api_site_converter.php.


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