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_Module.php

    r22926 r23124  
    3333class LC_Page_Admin_OwnersStore_Module extends LC_Page_Admin_Ex 
    3434{ 
    35     var $tpl_subno = 'index'; 
     35    public $tpl_subno = 'index'; 
    3636 
    3737    /** 
     
    4040     * @return void 
    4141     */ 
    42     function init() 
     42    public function init() 
    4343    { 
    4444        parent::init(); 
     
    5656     * @return void 
    5757     */ 
    58     function process() 
     58    public function process() 
    5959    { 
    6060        $this->action(); 
     
    6767     * @return void 
    6868     */ 
    69     function action() 
     69    public function action() 
    7070    { 
    7171        // nothing. 
Note: See TracChangeset for help on using the changeset viewer.