|
Previous Page |
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_Sql_Model_Related.
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
- __construct()
- __destruct()
- _exception()
- _fixForeignKey()
- _fixRelatedCol()
- _modSelect()
- _modSelectEager()
- _setCols()
- _setForeignClass()
- _setForeignModel()
- _setRelated()
- _setSelect()
- _setType()
- apiVersion()
- dump()
- fetchArray()
- fetchObject()
- getModel()
- load()
- locale()
- modSelectCountPages()
- modSelectEager()
- newSelect()
- setNativeModel()
- toArray()