You are here

public function ResourceTimeFeedModelItem::getStarts in Services 6.3

Gets the starting time of the item

Return value

int The starting time of the item as a timestamp

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

File

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

Class

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

Code

public function getStarts();