public function NodeResourceFeedModel::__construct in Services 7
Same name and namespace in other branches
- 6.3 servers/rest_server/includes/node_resource.models.inc \NodeResourceFeedModel::__construct()
- 6.2 services/node_service/node_resource.models.inc \NodeResourceFeedModel::__construct()
File
- services/
node_service/ node_resource.models.inc, line 6
Class
Code
public function __construct($data) {
$this->nodes = $data;
}