QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQEmailAttachment

QEmailAttachment Class Reference

Inherits QBaseClass.

Collaboration diagram for QEmailAttachment:

List of all members.

Public Member Functions

  • __construct ($strFilePath, $strSpecifiedMimeType=null, $strSpecifiedFileName=null)
  • __get ($strName)

Protected Attributes


Constructor & Destructor Documentation

QEmailAttachment::__construct ( strFilePath,
strSpecifiedMimeType = null,
strSpecifiedFileName = null 
)


Member Function Documentation

QEmailAttachment::__get ( strName  ) 

Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.

Parameters:
string $strName Name of the property to get
Returns:
mixed the returned property

Reimplemented from QBaseClass.

References QCallerException::IncrementOffset().


Member Data Documentation

QEmailAttachment::$strEncodedFileData [protected]

QEmailAttachment::$strFileName [protected]

QEmailAttachment::$strFilePath [protected]

Referenced by __construct().

QEmailAttachment::$strMimeType [protected]


The documentation for this class was generated from the following file: