You are here

public function ResourceTimeFeedModelItem::getEnds in Services 6.3

Gets the end time of the item

Return value

int The end time of the item as a timestamp

1 method overrides ResourceTimeFeedModelItem::getEnds()
NodeResourceFeedModelItem::getEnds in servers/rest_server/includes/node_resource.models.inc
Gets the created time for the node

File

servers/rest_server/includes/models.inc, line 68
These are the base interfaces for resource models.

Class

ResourceTimeFeedModelItem
Interface that must be implemented by items returned by a ResourceTimeFeedModel.

Code

public function getEnds();