Stack2RSS 1.0
A simple web application that creates an RSS feed given an API route.
|
Provides conversion for comment objects. More...
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. |
Provides conversion for comment objects.
Definition at line 9 of file comment_converter.php.
CommentConverter::GetDate | ( | $ | json_item | ) | [protected] |
Returns the date of the given item.
[in] | $json_item | the JSON for the particular item |
Reimplemented from Converter.
Definition at line 26 of file comment_converter.php.
CommentConverter::GetDescription | ( | $ | json_item | ) | [protected] |
Returns the description of the given item.
[in] | $json_item | the JSON for the particular item |
Reimplemented from Converter.
Definition at line 16 of file comment_converter.php.
CommentConverter::GetLink | ( | $ | json_item | ) | [protected] |
Returns the link for the given item.
[in] | $json_item | the JSON for the particular item |
Reimplemented from Converter.
Definition at line 21 of file comment_converter.php.
CommentConverter::GetTitle | ( | $ | json_item | ) | [protected] |
Returns the title of the given item.
[in] | $json_item | the JSON for the particular item |
Reimplemented from Converter.
Definition at line 11 of file comment_converter.php.