JRegistryFormatPhp::objectToString: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Converts an object into a php class string. | Converts an object into a php class string. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 37: | Line 37: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Registry|Registry]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Registry|Registry]] | ||
* [[API17:JRegistryFormatPhp::objectToString|Other versions of JRegistryFormatPhp::objectToString]] | * [[API17:JRegistryFormatPhp::objectToString|Other versions of JRegistryFormatPhp::objectToString]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JRegistryFormatPhp::objectToString | category=JRegistryFormatPhp::objectToString | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:35, 25 March 2017
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