Back to FileLayout class

Method getLayoutId

public string
getLayoutId
()
Get the active layout id
Returns
  • string
Since
  • 3.5
Class: FileLayout
Project: Joomla

Method getLayoutId - Source code

/**
 * Get the active layout id
 *
 * @return  string
 *
 * @since   3.5
 */
public function getLayoutId()
{
    return $this->layoutId;
}