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

  • DataObject
  • DataSet

Interfaces

  • DumpableInterface

Interface DumpableInterface

An interface to define if an object is dumpable.

Direct known implementers

Joomla\Data\DataObject, Joomla\Data\DataSet

Namespace: Joomla\Data
Since: 1.0
Located at vendor/joomla/data/src/DumpableInterface.php

Methods summary

public stdClass
# dump( integer $depth = 3, SplObjectStorage $dumped = null )

Dumps the object properties into a stdClass object, recursively if appropriate.

Dumps the object properties into a stdClass object, recursively if appropriate.

Parameters

$depth
integer - $depth The maximum depth of recursion. For example, a depth of 0 will return a stdClass with all the properties in native form. A depth of 1 will recurse into the first level of properties only.
$dumped
SplObjectStorage - $dumped An array of already serialized objects that is used to avoid infinite loops.

Returns

stdClass - The data properties as a simple PHP stdClass object.

Since

1.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.