API15

JRegistryFormat/objectToString: Difference between revisions

From Joomla! Documentation

m removing red link to edit, no existant pages
m preparing for archive only
 
Line 43: Line 43:


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=objectToString
  category=objectToString
  category=JRegistryFormat
  category=JRegistryFormat
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*

Latest revision as of 01:04, 25 March 2017

Description

Converts an object into a formatted string

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

objectToString(&$object)
Parameter Name Default Value Description
&$object $object Data Source Object

Returns

string Formatted string

Defined in

libraries/joomla/registry/format.php

Importing

jimport( 'joomla.registry.format' );

Source Body

function objectToString( &$object ) {

}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples