Path : /hermes/bosweb/b1536/exactflashing.com/wp-content/plugins/wp-all-export/src/Http/ |
Current < : /hermes/bosweb/b1536/exactflashing.com/wp-content/plugins/wp-all-export/src/Http/JsonResponse.php |
<?php namespace Wpae\Http; class JsonResponse extends Response { protected $headers = array('Content-Type' => 'Application/Json'); protected function sendContent() { echo json_encode($this->content); } }