|
Previous Page |
Solar_Mail_Message |
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
- Config
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _boundaryEnd()
- _boundarySep()
- _buildConfig()
- _exception()
- _postConfig()
- _postConstruct()
- _preConfig()
- addBcc()
- addCc()
- addHeader()
- addTo()
- attachFile()
- attachPart()
- dump()
- fetchContent()
- fetchHeaders()
- getCharset()
- getCrlf()
- getEncoding()
- getFrom()
- getHtml()
- getRcpt()
- getReplyTo()
- getReturnPath()
- getSubject()
- getText()
- locale()
- resetRcpt()
- send()
- setCharset()
- setCrlf()
- setEncoding()
- setFrom()
- setHtml()
- setReplyTo()
- setReturnPath()
- setSubject()
- setText()
- setTransport()