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

    r22857 r23124  
    4949     * @return SC_SessionFactory 
    5050     */ 
    51     function getInstance() 
     51    public function getInstance() 
    5252    { 
    5353        $type = defined('SESSION_KEEP_METHOD') 
     
    8484     * 
    8585     */ 
    86     function initSession() 
     86    public function initSession() 
    8787    { 
    8888    } 
     
    9393     * @return boolean 
    9494     */ 
    95     function useCookie() 
     95    public function useCookie() 
    9696    { 
    9797    } 
Note: See TracChangeset for help on using the changeset viewer.