|
Previous Page |
Solar_Cli_MakeDocs |
Next Page |
dump()
public
string
dump (
mixed $var default NULL,
string $label default NULL
)
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
Inherited from Solar_Base.
Parameters
- (mixed)
$var: If null, dump $this; if a string, dump $this->$var; otherwise, dump $var. - (string)
$label: Label the dump output with this string.
Returns
- (string)
Description
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _err()
- _errln()
- _exception()
- _exec()
- _getFile()
- _getOptionSettings()
- _out()
- _outln()
- _postExec()
- _preExec()
- _setup()
- _title1()
- _title2()
- _title3()
- _title4()
- _touch()
- _vt100()
- _write()
- apiVersion()
- dump()
- exec()
- getInfoHelp()
- getInfoOptions()
- locale()
- setConsoleController()
- writeClassConstants()
- writeClassContents()
- writeClassMethod()
- writeClassMethods()
- writeClassOverview()
- writeClassProperties()
- writeClasses()
- writeClassesList()
- writePackageClassList()
- writePackages()