API17

Difference between revisions of "JRegistryFormatIni::objectToString"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
  
  
{{Description:JRegistryFormatIni::objectToString}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JRegistryFormatIni::objectToString|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JRegistryFormatIni::objectToString ($object, $options=array())
+
public function objectToString (
 +
        $object
 +
        $options=array
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 31: Line 31:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 35 of libraries/joomla/registry/format/ini.php
 +
===See also===
 +
* {{JVer|11.1}} '''JRegistryFormatIni::objectToString source code''' on [[jplatform:registry/format/ini.php#cl-27|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JRegistryFormatIni|JRegistryFormatIni]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Registry|Registry]]
 +
* [[API17:JRegistryFormatIni::objectToString|Other versions of JRegistryFormatIni::objectToString]]
  
===Defined in===
+
 
libraries/joomla/registry/format/ini.php (line 35)
+
===User contributed notes===
* see source code in [[jplatform:registry/format/ini.php#cl-35|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatIni::objectToString|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JRegistryFormatIni/11.1|JRegistryFormatIni]]
 
* [[JRegistryFormatIni::objectToString|Other versions of this method]]
 
{{SeeAlso:JRegistryFormatIni::objectToString}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JRegistryFormatIni::objectToString
 
category=JRegistryFormatIni::objectToString
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JRegistryFormatIni]][[Category:JRegistryFormatIni::objectToString]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:35, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JRegistryFormatIni::objectToString[edit]

Description[edit]

Converts an object into an INI formatted string



public function objectToString (
        $object
        $options=array
)
Parameter Type Default Description
$object
$options array()
  • Returns
  • Defined on line 35 of libraries/joomla/registry/format/ini.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]