API Documentation

Application/Resource/Mail.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Application
subpackage
Resource
version
$Id: Db.php 17687 2009-08-20 12:55:34Z thomas $
Classes
Zend_Application_Resource_Mail

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Application_Resource_Mail

Extends from
Zend_Application_Resource_ResourceAbstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Application
subpackage
Resource
uses
Zend_Application_Resource_ResourceAbstract
Properties
$_transport
Methods
init
getMail
_setDefaults
_setupTransport

Description

Resource for setting up Mail Transport and default From & ReplyTo addresses

Properties

$_transport

Zend_Mail_Transport_Abstract $_transport = ''

Details

$_transport
Zend_Mail_Transport_Abstract
visibility
protected
default
final
false
static
false

Methods

_setDefaults

_setDefaults(  $type ) :
Arguments
$type
Details
visibility
protected
final
false
static
false

_setupTransport

_setupTransport(  $options ) :
Arguments
$options
Details
visibility
protected
final
false
static
false

getMail

getMail( ) : Zend_Mail_Transport_Abstract|null

Details
visibility
public
final
false
static
false

init

init( ) :
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.