API16:JObject/toString
From Joomla! Documentation
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.
Contents |
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(); }
[Edit See Also] SeeAlso:JObject/toString
Examples
<CodeExamplesForm />
