Source for file Template.php

Documentation is available at Template.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. {
  12.     /**
  13.      *  Retrieve mail object instance
  14.      *
  15.      *  @return Magentron_EmailImages_Model_Mail 
  16.      *
  17.      *  @see    $_mail
  18.      */
  19.     public function getMail()
  20.     {
  21.         if (is_null($this->_mail)) {
  22.             $this->_mail Mage::getModel('emailimages/mail''utf-8');
  23.         }
  24.         return $this->_mail;
  25.     }
  26. }

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