Class jResponseHtml4

Description

Response class for HTML 4 or XHTML 1.x

Located in /core/response/jResponseHtml4.class.php (line 19)

jResponse
   |
   --jResponseBasicHtml
      |
      --jResponseHtml
         |
         --jResponseHtml4
Variable Summary
mixed $_isXhtml
boolean $_strictDoctype
Method Summary
void outputDoctype ()
void strictDoctype ([boolean $val = true])
Variables
Methods
outputDoctype (line 29)
  • access: protected
void outputDoctype ()

Redefinition of:
jResponseHtml::outputDoctype()
generate the doctype. You can override it if you want to have your own doctype, like XHTML+MATHML.
strictDoctype (line 46)

activate / deactivate the strict Doctype (activated by default)

  • since: 1.1.3
  • access: public
void strictDoctype ([boolean $val = true])
  • boolean $val: true for strict, false for transitional

Inherited Methods

Inherited From jResponseHtml

jResponseHtml::__construct()
jResponseHtml::addCSSLink()
jResponseHtml::addJSCode()
jResponseHtml::addJSLink()
jResponseHtml::addLink()
jResponseHtml::addMetaAuthor()
jResponseHtml::addMetaDescription()
jResponseHtml::addMetaGenerator()
jResponseHtml::addMetaKeywords()
jResponseHtml::addStyle()
jResponseHtml::clearHtmlHeader()
jResponseHtml::endTag()
jResponseHtml::getCSSIELinks()
jResponseHtml::getCSSLinks()
jResponseHtml::getJSIELinks()
jResponseHtml::getJSLinks()
jResponseHtml::output()
jResponseHtml::outputCssLinkTag()
jResponseHtml::outputDoctype()
jResponseHtml::outputHtmlHeader()
jResponseHtml::outputJsScriptTag()
jResponseHtml::setBodyAttributes()
jResponseHtml::setCSSIELinks()
jResponseHtml::setCSSLinks()
jResponseHtml::setJSIELinks()
jResponseHtml::setJSLinks()
jResponseHtml::setTitle()
jResponseHtml::setXhtmlOutput()

Inherited From jResponseBasicHtml

jResponseBasicHtml::__construct()
jResponseBasicHtml::addContent()
jResponseBasicHtml::addHeadContent()
jResponseBasicHtml::doAfterActions()
jResponseBasicHtml::getPlugin()
jResponseBasicHtml::isXhtml()
jResponseBasicHtml::output()
jResponseBasicHtml::outputErrors()
jResponseBasicHtml::setContentType()
jResponseBasicHtml::setXhtmlOutput()

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:17 +0100 by phpDocumentor 1.4.3