Back to HtmlView class

Method getLayoutTemplate

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

Method getLayoutTemplate - Source code

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