Back to Language class

Method getDebug

public bool
getDebug
()
Get the Debug property.
Returns
  • bool True is in debug mode.
Since
  • 1.7.0
Class: Language
Project: Joomla

Method getDebug - Source code

/**
 * Get the Debug property.
 *
 * @return  boolean  True is in debug mode.
 *
 * @since   1.7.0
 */
public function getDebug()
{
    return $this->debug;
}