phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DPasswordProtectedMailing

Source Location: /Mails/DPasswordProtectedMailing.php

Class Overview

DObject
   |
   --DMailingAbstract
      |
      --DPasswordProtectedMailing

Password Protected Mailing class


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DMailingAbstract

DMailingAbstract::DMailingAbstract()
Constructor
DMailingAbstract::AddAddress()
Adds a "To" address.
DMailingAbstract::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
DMailingAbstract::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
DMailingAbstract::AddReplyTo()
Adds a "Reply-To" address.
DMailingAbstract::HeaderLine()
DMailingAbstract::_errorHandling()
Handling returned error

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 16]
Password Protected Mailing class



[ Top ]


Class Variables

$errorMessage =  null

[line 58]

Error String



Tags:

access:  public

Type:   string


[ Top ]

$from =  null

[line 51]

From



Tags:

access:  public

Type:   string


[ Top ]

$host =  null

[line 23]

Host



Tags:

access:  public

Type:   string


[ Top ]

$password =  null

[line 44]

Password



Tags:

access:  public

Type:   string


[ Top ]

$port =  null

[line 30]

Port



Tags:

access:  public

Type:   string


[ Top ]

$username =  null

[line 37]

Username



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor DPasswordProtectedMailing [line 65]

DPasswordProtectedMailing DPasswordProtectedMailing( )

Constructor



Tags:

access:  public


[ Top ]

method mail [line 79]

boolean mail( string $to, [string $subject = null], [string $body = null], [string $headers = null])

Mail



Tags:

return:  o True on success o False on error
access:  public


Parameters:

string   $to  
string   $subject  
string   $body  
string   $headers  

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:08:49 +0300 by phpDocumentor 1.4.3