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/admin/ownersstore/LC_Page_Admin_OwnersStore_Log.php

    r22926 r23124  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    5454     * @return void 
    5555     */ 
    56     function process() 
     56    public function process() 
    5757    { 
    5858        $this->action(); 
     
    6565     * @return void 
    6666     */ 
    67     function action() 
     67    public function action() 
    6868    { 
    6969        switch ($this->getMode()) { 
     
    8585    } 
    8686 
    87     function getLogs() 
     87    public function getLogs() 
    8888    { 
    8989        $sql =<<<END 
     
    106106    } 
    107107 
    108     function initParam() 
     108    public function initParam() 
    109109    { 
    110110        $objForm = new SC_FormParam_Ex(); 
     
    115115    } 
    116116 
    117     function getLogDetail($log_id) 
     117    public function getLogDetail($log_id) 
    118118    { 
    119119            $sql =<<<END 
Note: See TracChangeset for help on using the changeset viewer.