Mail: ezcMailTransportOptions
[ ]
[ Display example ] [ Mail listing example ] [ Rfcs ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMailTransportOptions
|
Class containing the basic options for mail transports. [
source]
Parents
ezcBaseOptions
|
--ezcMailTransportOptions
Descendents
Properties
|
bool |
read/write
|
$ssl
Specifies whether to use an SSL connection or not. |
|
int |
read/write
|
$timeout
Specifies the time in seconds until the connection is closed if there is no activity through the connection. |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcMailTransportOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcMailTransportOptions __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
Redefined in descendants as
Last updated: Mon, 09 Feb 2009