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

QuestionConverter Class Reference

Provides conversion for question objects. More...

Inheritance diagram for QuestionConverter:
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 question objects.

Definition at line 9 of file question_converter.php.


Member Function Documentation

QuestionConverter::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 29 of file question_converter.php.

QuestionConverter::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 question_converter.php.

QuestionConverter::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 24 of file question_converter.php.

QuestionConverter::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 question_converter.php.


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