JOOMLA中国
  • Joomla中国首页
  • 社区
  • 教程
  • 应用市场
  • B计划
Joomla! Framework TM
  • Namespace
  • Class
  • Tree
  • Deprecated

Namespaces

  • Composer
    • Autoload
  • Joomla
    • Application
      • Cli
        • Output
          • Processor
      • Web
    • Data
    • DI
      • Exception
    • Event
    • Filter
    • Input
    • Ldap
    • Registry
      • Format
    • Session
      • Storage
    • String
    • Uri
    • Utilities
  • None
  • PasswordCompat
    • binary
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Yaml
        • Exception
    • Polyfill
      • Util

Classes

  • AbstractRegistryFormat
  • Factory
  • Registry

Interfaces

  • FormatInterface

Interface FormatInterface

Interface defining a format object

Direct known implementers

Joomla\Registry\AbstractRegistryFormat

Indirect known implementers

Joomla\Registry\Format\Ini, Joomla\Registry\Format\Json, Joomla\Registry\Format\Php, Joomla\Registry\Format\Xml, Joomla\Registry\Format\Yaml

Namespace: Joomla\Registry
Since: 1.5.0
Located at vendor/joomla/registry/src/FormatInterface.php

Methods summary

public string
# objectToString( object $object, array $options = null )

Converts an object into a formatted string.

Converts an object into a formatted string.

Parameters

$object
object - $object Data Source Object.
$options
array - $options An array of options for the formatter.

Returns

string - Formatted string.

Since

1.5.0
public object
# stringToObject( string $data, array $options = array() )

Converts a formatted string into an object.

Converts a formatted string into an object.

Parameters

$data
string - $data Formatted string
$options
array - $options An array of options for the formatter.

Returns

object - Data Object

Since

1.5.0

Magic methods summary

Joomla! Framework TM API documentation generated by ApiGen 2.8.0
Joomla!® and Joomla! Framework™ are trademarks of Open Source Matters, Inc. in the United States and other countries.