Class JDocumentOpensearch

Description

OpenSearch class, provides an easy interface to display an OpenSearch document

Located in /libraries/joomla/document/opensearch/opensearch.php (line 20)

JDocument
   |
   --JDocumentOpensearch
Method Summary
 JDocumentOpensearch __construct ([array $options = array()])
 The render ([boolean $cache = false], [array $params = array()])
Variables
Methods
Constructor __construct (line 57)

Class constructor

  • since: 11.1
  • access: public
JDocumentOpensearch __construct ([array $options = array()])
  • array $options: Associative array of options

Redefinition of:
JDocument::__construct()
Class constructor.
addImage (line 207)

Adds an image to the OpenSearch description.

  • return: instance of $this to allow chaining
  • since: 11.1
  • access: public
addUrl (line 191)

Adds an URL to the OpenSearch description.

  • return: instance of $this to allow chaining
  • since: 11.1
  • access: public
render (line 110)

Render the document

  • return: rendered data
  • since: 11.1
  • access: public
The render ([boolean $cache = false], [array $params = array()])
  • boolean $cache: If true, cache the output
  • array $params: Associative array of attributes

Redefinition of:
JDocument::render()
Outputs the document
setShortName (line 175)

Sets the short name

  • return: instance of $this to allow chaining
  • since: 11.1
  • access: public
JDocumentOpensearch setShortName (string $name)
  • string $name: The name.

Inherited Methods

Inherited From JDocument

 JDocument::__construct()
 JDocument::addScript()
 JDocument::addScriptDeclaration()
 JDocument::addScriptVersion()
 JDocument::addStyleDeclaration()
 JDocument::addStyleSheet()
 JDocument::addStyleSheetVersion()
 JDocument::getBase()
 JDocument::getBuffer()
 JDocument::getCharset()
 JDocument::getDescription()
 JDocument::getDirection()
 JDocument::getGenerator()
 JDocument::getInstance()
 JDocument::getLanguage()
 JDocument::getLink()
 JDocument::getMediaVersion()
 JDocument::getMetaData()
 JDocument::getMimeEncoding()
 JDocument::getModifiedDate()
 JDocument::getTitle()
 JDocument::getType()
 JDocument::loadRenderer()
 JDocument::parse()
 JDocument::render()
 JDocument::setBase()
 JDocument::setBuffer()
 JDocument::setCharset()
 JDocument::setDescription()
 JDocument::setDirection()
 JDocument::setGenerator()
 JDocument::setLanguage()
 JDocument::setLineEnd()
 JDocument::setLink()
 JDocument::setMediaVersion()
 JDocument::setMetaData()
 JDocument::setMimeEncoding()
 JDocument::setModifiedDate()
 JDocument::setTab()
 JDocument::setTitle()
 JDocument::setType()
 JDocument::_getLineEnd()
 JDocument::_getTab()

Documentation generated on Tue, 19 Nov 2013 15:09:48 +0100 by phpDocumentor 1.4.3