API17:JRegistryFormatPhp::objectToString
From Joomla! Documentation
JRegistryFormatPhp::objectToString
Description
Converts an object into a php class string.
public function objectToString (
$object
$params=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $object | |||
| $params | array() |
- Returns
- Defined on line 30 of libraries/joomla/registry/format/php.php
See also
JRegistryFormatPhp::objectToString source code on BitBucket
Class JRegistryFormatPhp
Subpackage Registry- Other versions of JRegistryFormatPhp::objectToString
User contributed notes
Code Examples