content = $content; return $this; } public function buildResponseString() { $response = CelerityAPI::getStaticResourceResponse(); return $response->renderAjaxResponse( $this->content, $this->error); } public function getHeaders() { return array( array('Content-Type', 'text/plain; charset=UTF-8'), ); } }