Stack2RSS 1.0
A simple web application that creates an RSS feed given an API route.
|
Provides conversion for associated user 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 associated user objects.
Definition at line 9 of file associated_user_converter.php.
AssociatedUserConverter::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 28 of file associated_user_converter.php.
AssociatedUserConverter::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 18 of file associated_user_converter.php.
AssociatedUserConverter::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 23 of file associated_user_converter.php.
AssociatedUserConverter::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 associated_user_converter.php.