You are here

public function NodeResourceFeedModel::__construct in Services 6.2

Same name and namespace in other branches
  1. 6.3 servers/rest_server/includes/node_resource.models.inc \NodeResourceFeedModel::__construct()
  2. 7 services/node_service/node_resource.models.inc \NodeResourceFeedModel::__construct()

File

services/node_service/node_resource.models.inc, line 11
CRUD resource functionality for nodes.

Class

NodeResourceFeedModel
@file CRUD resource functionality for nodes.

Code

public function __construct($data) {
  $this->nodes = $data;
}