Ignore:
Timestamp:
2013/08/24 23:33:52 (11 years ago)
Author:
kimoto
Message:

#2043 typo修正・ソース整形・ソースコメントの改善 for 2.13.0
PHP4的な書き方の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/mypage/LC_Page_Mypage_MailView.php

    r23057 r23124  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        $this->skip_load_page_layout = true; 
     
    5050     * @return void 
    5151     */ 
    52     function process() 
     52    public function process() 
    5353    { 
    5454        parent::process(); 
     
    6060     * @return void 
    6161     */ 
    62     function action() 
     62    public function action() 
    6363    { 
    6464        $objCustomer = new SC_Customer_Ex(); 
     
    103103     * @return array 
    104104     */ 
    105     function lfGetMailView($send_id, $customer_id) 
     105    public function lfGetMailView($send_id, $customer_id) 
    106106    { 
    107107        $objQuery   = SC_Query_Ex::getSingletonInstance(); 
Note: See TracChangeset for help on using the changeset viewer.