API16

JObject/toString: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
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:




<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JObject/toString|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JObject/toString}}
 
{{subst:Description:JObject/toString}}


===Syntax===
===Syntax===
Line 26: Line 24:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JObject/toString|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JObject/toString}}
</span>
{{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 />