You are here

public function ResourceFeedModelItem::getProperties in Services 6.3

Gets a associative array containing extra properties for the item.

Return value

array The extra properties of the item as an array

1 method overrides ResourceFeedModelItem::getProperties()
NodeResourceFeedModelItem::getProperties in servers/rest_server/includes/node_resource.models.inc
Gets a associative array containing extra properties for the item.

File

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

Class

ResourceFeedModelItem
Interface that must be implemented by items returned by a ResourceFeedModel.

Code

public function getProperties();