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 preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:




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


{{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>
 
</span>
{{SeeAlso:JObject/toString}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=toString
  category=toString
  category=JObject
  category=JObject
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:56, 25 March 2017

Description

Deprecated1.6 - Jun 24, 2009 __toString()




Syntax

toString()


Defined in

libraries/joomla/base/object.php

Importing

jimport( 'joomla.base.object' );

Source Body

function toString()
{
        return __toString();
}



Examples

Code Examples