JObject/toString: Difference between revisions
From Joomla! Documentation
New page: ===Description===
Deprecated1.6 - Jun 24, 2009 __toString()
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowi... |
m clean up |
||
| Line 3: | Line 3: | ||
{{Description:JObject/toString}} | |||
{{subst:Description:JObject/toString}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 26: | Line 24: | ||
</source> | </source> | ||
{{subst:SeeAlso:JObject/toString}} | |||
{{SeeAlso:JObject/toString}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:16, 24 March 2017
Description
Deprecated1.6 - Jun 24, 2009 __toString()
{{subst:Description:JObject/toString}}
Syntax
toString()
Defined in
libraries/joomla/base/object.php
Importing
jimport( 'joomla.base.object' );
Source Body
function toString()
{
return __toString();
}
{{subst:SeeAlso:JObject/toString}}
Examples
<CodeExamplesForm />