API16:JRegistry/ toString
From Joomla! Documentation
Description
Magic function to render this object as a string using default args of toString method.
Syntax
__toString()
Defined in
libraries/joomla/registry/registry.php
Importing
jimport( 'joomla.registry.registry' );
Source Body
public function __toString()
{
return $this->toString();
}
Examples
Code Examples