You are here

private function XCalFormatView::prodid in Services 6.3

2 calls to XCalFormatView::prodid()
XCalFormatView::render in servers/rest_server/formats/XCalFormatView.inc
XCalFormatView::render_ical in servers/rest_server/formats/XCalFormatView.inc

File

servers/rest_server/formats/XCalFormatView.inc, line 39
This file will parse the xcal view for the rest server

Class

XCalFormatView
@file This file will parse the xcal view for the rest server

Code

private function prodid() {
  global $language;
  return '-//Drupal//' . $language->language;
}