Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/admin/basis/LC_Page_Admin_Basis_Mail.php

    r22926 r23126  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    5353     * @return void 
    5454     */ 
    55     function process() 
     55    public function process() 
    5656    { 
    5757        $this->action(); 
     
    6464     * @return void 
    6565     */ 
    66     function action() 
     66    public function action() 
    6767    { 
    6868        $masterData = new SC_DB_MasterData_Ex(); 
     
    113113    } 
    114114 
    115     function lfRegistMailTemplate($post, $member_id, SC_Helper_Mailtemplate_Ex $objMailtemplate) 
     115    public function lfRegistMailTemplate($post, $member_id, SC_Helper_Mailtemplate_Ex $objMailtemplate) 
    116116    { 
    117117        $post['creator_id'] = $member_id; 
     
    119119    } 
    120120 
    121     function lfInitParam($mode, &$objFormParam) 
     121    public function lfInitParam($mode, &$objFormParam) 
    122122    { 
    123123        switch ($mode) { 
Note: See TracChangeset for help on using the changeset viewer.