API17:JRegistryFormatPhp::stringToObject
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JRegistryFormatPhp::stringToObject|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRegistryFormatPhp::stringToObject|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function stringToObject ( |
| + | $data | ||
| + | $namespace='' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean True | |
| − | boolean True | + | * '''Defined''' on line 59 of libraries/joomla/registry/format/php.php |
| − | + | ||
| − | libraries/joomla/registry/format/php.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JRegistryFormatPhp::stringToObject source code''' on [[jplatform:registry/format/php.php#cl-51|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JRegistryFormatPhp/11.1|JRegistryFormatPhp]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Registry/11.1|Registry]] | ||
| + | * [[JRegistryFormatPhp::stringToObject|Other versions of JRegistryFormatPhp::stringToObject]] | ||
| + | {{SeeAlso:JRegistryFormatPhp::stringToObject}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatPhp::stringToObject|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRegistryFormatPhp::stringToObject|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 51: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JRegistryFormatPhp]][[Category:JRegistryFormatPhp::stringToObject]]</noinclude> | <noinclude>[[Category:JRegistryFormatPhp]][[Category:JRegistryFormatPhp::stringToObject]]</noinclude> | ||
Revision as of 21:32, 27 April 2011
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.
JRegistryFormatPhp::stringToObject
Description
Placeholder method.
Description:JRegistryFormatPhp::stringToObject [Edit Descripton]
public function stringToObject ( $data $namespace='' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | |||
| $namespace |
- Returns boolean True
- Defined on line 59 of libraries/joomla/registry/format/php.php
See also
-
JRegistryFormatPhp::stringToObject source code on BitBucket
-
Class JRegistryFormatPhp
-
Subpackage Registry
- Other versions of JRegistryFormatPhp::stringToObject
SeeAlso:JRegistryFormatPhp::stringToObject [Edit See Also]
User contributed notes
<CodeExamplesForm />
