Back to Joomla project (class list)

Class LayoutInterface - list of methods

Interface to handle display layout
Package: Joomla\CMS\Layout
Copyright: (C) 2012 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Layout/LayoutInterface.php
Project: Joomla

Method Summary

public string
(mixed $output)

Method to escape output.
Parameters
  • string $output The output to escape.
Returns
  • string The escaped output.
Since
  • 3.0
Show source code of this method: escape Source Code

public string
(mixed $displayData)

Method to render the layout.
Parameters
  • array $displayData Array of properties available for use inside the layout file to build the displayed output
Returns
  • string The rendered layout.
Since
  • 3.0
Show source code of this method: render Source Code

Tags Summary

Since
3.0