Source for file Adapter.php

Documentation is available at Adapter.php

  1. <?php
  2. /**
  3.  *  Magentron EmailImages Extension
  4.  *
  5.  *  @category   Magentron
  6.  *  @package    Magentron_EmailImages
  7.  *  @author     Jeroen Derks
  8.  *  @copyright  Copyright (c) 2011 Jeroen Derks http://www.magentron.com
  9.  *  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
  10.  */
  11. class Magentron_EmailImages_Model_Extensions_Tansarc_EmailTemplateAdapter_Email_Template_Adapter extends Tansarc_EmailTemplateAdapter_Model_Email_Template_Adapter
  12. {
  13.     /**
  14.      *  Retrieve mail object instance
  15.      *
  16.      *  @return Magentron_EmailImages_Model_Mail 
  17.      *
  18.      *  @see    $_mail
  19.      */
  20.     public function getMail()
  21.     {
  22.         if (is_null($this->_mail)) {
  23.             $this->_mail Mage::getModel('emailimages/mail'array('utf-8'));
  24.         }
  25.         return $this->_mail;
  26.     }
  27. }

Documentation generated on Fri, 09 Oct 2015 03:37:08 +0200 by phpDocumentor 1.4.4