|
Previous Page |
Solar_Docs_Phpdoc |
Next Page |
dump()
public
void
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
- (void)
Description
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
Local
- Overview
- Constants
- Properties
- Methods
- _1part()
- _2part()
- _3part()
- __construct()
- __destruct()
- _exception()
- _loadInfo()
- apiVersion()
- dump()
- locale()
- parse()
- parseAuthor()
- parseCategory()
- parseCopyright()
- parseDeprec()
- parseDeprecated()
- parseExample()
- parseException()
- parseIgnore()
- parseLicense()
- parseLink()
- parsePackage()
- parseParam()
- parseReturn()
- parseSee()
- parseSince()
- parseStaticvar()
- parseSubpackage()
- parseThrows()
- parseTodo()
- parseVar()
- parseVersion()