|
Previous Page |
Solar_Mail_Message_Part |
Next Page |
__construct()
public
Solar_Mail_Message_Part
__construct (
mixed $config default NULL
)
Constructor.
Inherited from Solar_Base.
Parameters
- (mixed)
$config: User-defined configuration values.
Returns
- (Solar_Mail_Message_Part)
Description
Constructor.
If the $config param is an array, it is merged with the class config array and any values from the Solar.config.php file.
The Solar.config.php values are inherited along class parent lines; for example, all classes descending from Solar_Base use the Solar_Base config file values until overridden.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _exception()
- apiVersion()
- dump()
- fetch()
- fetchContent()
- fetchHeaders()
- getBoundary()
- getCharset()
- getContent()
- getCrlf()
- getDisposition()
- getEncoding()
- getFilename()
- getType()
- locale()
- setBoundary()
- setCharset()
- setContent()
- setCrlf()
- setDisposition()
- setEncoding()
- setFilename()
- setHeader()
- setType()