JObject/toString: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 5: | Line 5: | ||
===Syntax=== | ===Syntax=== | ||
| Line 25: | Line 25: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=toString | category=toString | ||
category=JObject | category=JObject | ||
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