Back to SiteApplication class

Method getDetectBrowser

public bool
getDetectBrowser
()
Return the current state of the detect browser option.
Returns
  • bool
Since
  • 3.2

Method getDetectBrowser - Source code

/**
 * Return the current state of the detect browser option.
 *
 * @return	boolean
 *
 * @since	3.2
 */
public function getDetectBrowser()
{
    return $this->detect_browser;
}