Back to Joomla project (class list)

Class ImageDocument - list of methods

ImageDocument class, provides an easy interface to output image data

Extends

Package: Joomla\CMS\Document
Copyright: (C) 2012 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Document/ImageDocument.php
Project: Joomla

Method Summary

public
(mixed $options = array())

Class constructor
Parameters
  • array $options Associative array of options
Since
  • 3.0.0
Show source code of this method: __construct Source Code

public string
(mixed $cache = false, mixed $params = array())

Render the document.
Parameters
  • bool $cache If true, cache the output
  • array $params Associative array of attributes
Returns
  • string The rendered data
Since
  • 3.0.0
Show source code of this method: render Source Code

Tags Summary

Since
3.0.0