You are here

public function NodeResourceFeedModelItem::__construct in Services 6.3

Same name and namespace in other branches
  1. 6.2 services/node_service/node_resource.models.inc \NodeResourceFeedModelItem::__construct()
  2. 7 services/node_service/node_resource.models.inc \NodeResourceFeedModelItem::__construct()

File

servers/rest_server/includes/node_resource.models.inc, line 56
This file will parse a node resource feed And will also provide the necessary manip functions

Class

NodeResourceFeedModelItem

Code

public function __construct($data, $mode = 'raw', $item_length = 'fulltext') {
  $this->node = $data;
  $this->mode = $mode;
  $this->item_length = $item_length;
}