Ignore:
Timestamp:
2013/02/18 19:09:54 (11 years ago)
Author:
shutta
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)
Zend Framework PHP 標準コーディング規約のコーディングスタイルへ準拠。
classおよびfunctionの開始波括弧「{」のスタイルを修正。

File:
1 edited

Legend:

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

    r22206 r22567  
    4242 * @version $Id$ 
    4343 */ 
    44 class SC_SessionFactory { 
     44class SC_SessionFactory  
     45{ 
    4546 
    4647    // }}} 
     
    5253     * @return SC_SessionFactory 
    5354     */ 
    54     function getInstance() { 
     55    function getInstance() 
     56    { 
    5557 
    5658        $type = defined('SESSION_KEEP_METHOD') 
     
    8789     * 
    8890     */ 
    89     function initSession() {} 
     91    function initSession() 
     92    {} 
    9093 
    9194    /** 
     
    9497     * @return boolean 
    9598     */ 
    96     function useCookie() {} 
     99    function useCookie() 
     100    {} 
    97101 
    98102} 
Note: See TracChangeset for help on using the changeset viewer.