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/SC_SiteView.php

    r22856 r23124  
    2424class SC_SiteView extends SC_View_Ex 
    2525{ 
    26     function __construct($setPrevURL = true) 
     26    public function __construct($setPrevURL = true) 
    2727    { 
    2828        parent::__construct(); 
     
    3333    } 
    3434 
    35     function init() 
     35    public function init() 
    3636    { 
    3737        parent::init(); 
     
    4343    } 
    4444 
    45     function setPrevURL() 
     45    public function setPrevURL() 
    4646    { 
    4747            $objCartSess = new SC_CartSession_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.