You are here

function RESTServerView::__construct in Services 6.3

File

servers/rest_server/includes/rest_server.views.inc, line 15
Provide formatter class for all standard response formats.

Class

RESTServerView
Base class for all response format views.

Code

function __construct($model, $arguments = array()) {
  $this->model = $model;
  $this->arguments = $arguments;
}