Stack2RSS 1.0
A simple web application that creates an RSS feed given an API route.
|
Provides conversion for user timeline 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 user timeline objects.
Definition at line 9 of file user_timeline_converter.php.
UserTimelineConverter::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 54 of file user_timeline_converter.php.
UserTimelineConverter::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 36 of file user_timeline_converter.php.
UserTimelineConverter::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 41 of file user_timeline_converter.php.
UserTimelineConverter::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 user_timeline_converter.php.