Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
JsonApiRestServer.php
Go to the documentation of this file.
1<?php
2
4
6
17
18 public function __construct(&$config) {
19 parent::__construct ( $config );
20 $this->headers ['Content-Type'] = 'application/vnd.api+json; charset=utf8';
21 }
22}
23