Back to HtmlView class

Method getLayout

public string
getLayout
()
Get the layout.
Returns
  • string The layout name
Since
  • 3.0
Class: HtmlView
Project: Joomla

Method getLayout - Source code

/**
 * Get the layout.
 *
 * @return  string  The layout name
 *
 * @since   3.0
 */
public function getLayout()
{
    return $this->_layout;
}