Joomla Documentation by Component Creator
Namespaces
Interfaces
Classes
Overview
Interfaces
JDataDumpable
Introduction
Synopsis
Violations
Methods
\
JDataDumpable
An interface to define if an object is dumpable.
Synopsis
interface JDataDumpable {
// methods
public stdClass
dump
()
}
Methods
public
dump()
— Dumps the object properties into a stdClass object, recursively if appropriate.