Ignore:
Timestamp:
Jul 30, 2014 10:43:49 PM (10 years ago)
Author:
anonymous
Message:

Changed private methods and properties to protected. A few minor bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Email.inc.php

    r479 r484  
    5656
    5757    // Default parameters, to be overwritten by setParam() and read with getParam()
    58     private $_params = array(
     58    protected $_params = array(
    5959        'to' => null,
    6060        'from' => null,
     
    7474
    7575    // String that contains the email body.
    76     private $_template;
     76    protected $_template;
    7777
    7878    // String that contains the email body after replacements.
    79     private $_template_replaced;
     79    protected $_template_replaced;
    8080
    8181    /**
Note: See TracChangeset for help on using the changeset viewer.