|
Previous Page |
Solar_Model_Tags |
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
- __call()
- __construct()
- __destruct()
- __get()
- _addFilter()
- _addRelated()
- _belongsTo()
- _createTableAndIndexes()
- _exception()
- _fetchResultSelect()
- _fixCache()
- _fixFilters()
- _fixIndex()
- _fixModelName()
- _fixOrder()
- _fixPropertyCols()
- _fixStack()
- _fixTableCols()
- _fixTableName()
- _hasMany()
- _hasOne()
- _setCollectionPagerInfo()
- _setup()
- apiVersion()
- countPages()
- delete()
- dump()
- fetch()
- fetchAll()
- fetchAllByOwnerHandle()
- fetchAllWithCount()
- fetchArray()
- fetchAssoc()
- fetchCol()
- fetchNew()
- fetchOne()
- fetchPairs()
- fetchValue()
- fixSelectParams()
- free()
- getPaging()
- getRelated()
- insert()
- locale()
- newCollection()
- newRecord()
- newSelect()
- serializeCols()
- setPaging()
- unserializeCols()
- update()