Basic HTML response. the HTML content should be provided by a simple php file.
Located in /core/response/jResponseBasicHtml.class.php (line 52)
jResponse | --jResponseBasicHtml
Class | Description |
---|---|
jResponseHtml | HTML5 response |
full path of php file to output. it should content php instruction
to display these variables:
list of plugins
says if xhtml content type should be send or not.
it true, a verification of HTTP_ACCEPT is done.
content for the body
content for the body
the charset of the document
bottom content for head
top content for head
says if the document is in xhtml or html
the lang of the document
jresponse id
Inherited from jResponse
jResponse::$forcedHttpVersion
jResponse::$httpVersion
jResponse::$_httpHeaders
jResponse::$_httpHeadersSent
jResponse::$_httpStatusCode
jResponse::$_httpStatusMsg
jResponse::$_outputOnlyHeaders
constructor;
setup the charset, the lang
add content to the body
you can add additionnal content, before or after the content of body
add additional content into the document head
The method you can overload in your inherited html response
overload it if you want to add processes (stylesheet, head settings, additionnal content etc..) after any actions
output the html content
output errors
change the type of html for the output
Inherited From jResponse
jResponse::__construct()
jResponse::addHttpHeader()
jResponse::cleanCacheHeaders()
jResponse::clearHttpHeaders()
jResponse::getFormatType()
jResponse::getType()
jResponse::isValidCache()
jResponse::output()
jResponse::outputErrors()
jResponse::sendHttpHeaders()
jResponse::setExpires()
jResponse::setHttpStatus()
jResponse::setLifetime()
jResponse::_checkRequestType()
jResponse::_normalizeDate()
Documentation generated on Wed, 04 Jan 2017 22:56:10 +0100 by phpDocumentor 1.4.3