API17:JLanguage::setDebug
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JLanguage::setDebug ($debug) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
boolean Previous value | boolean Previous value | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/language/language.php | + | libraries/joomla/language/language.php (line 898) |
| + | * see source code in [[jplatform:language/language.php#cl-898|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:54, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLanguage::setDebug
Description
Set the Debug property.
Description:JLanguage::setDebug [Edit Descripton]
Since
Synopsis
public JLanguage::setDebug ($debug)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $debug |
Returns
boolean Previous value
Defined in
libraries/joomla/language/language.php (line 898)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
