Mail: ezcMailParserOptions
[ ]
[ Display-example ] [ Mail-listing-example ] [ Rfcs ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMailParserOptions
|
Class containing the basic options for the mail parser. [
source]
Example of how to use the parser options:
1. $options = new ezcMailParserOptions();
2. $options->mailClass = 'ezcMail';
3.
4. $parser = new ezcMailParser( $options );
Parents
ezcBaseOptions
|
--ezcMailParserOptions
Properties
|
int |
read/write
|
$mailClass
Specifies a class descending from ezcMail which can be returned by the parser if you plan to use another class instead of ezcMail. |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcMailParserOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcMailParserOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
ezcBaseValueException |
if $options contains a property with a value not allowed |
Redefinition of
Last updated: Mon, 12 Nov 2007