Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/SC_SessionFactory.php

    r22857 r23126  
    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.