[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/registry/ -> format.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: format.php 14401 2010-01-26 14:10:00Z louis $
File Size: 89 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JRegistryFormat:: (3 methods):
  getInstance()
  stringToObject()
  objectToString()


Class: JRegistryFormat  - X-Ref

Abstract Format for JRegistry

getInstance($format)   X-Ref
Returns a reference to a Format object, only creating it
if it doesn't already exist.

param: string    $format    The format to load
return: object    Registry format handler

stringToObject( $data, $namespace='' )   X-Ref
Converts an XML formatted string into an object

param: string    $data    Formatted string
return: object    Data Object

objectToString( &$object )   X-Ref
Converts an object into a formatted string

param: object    $object    Data Source Object
return: string    Formatted string



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1