Ignore:
Timestamp:
2013/06/08 16:35:27 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_Cache.php

    r22587 r22856  
    2929class SC_Cache 
    3030{ 
    31  
    3231    /** 
    3332     * Instance of PEAR::Cache_Lite class. 
    34      * @var object  
     33     * @var object 
    3534     */ 
    3635    static $_instance = NULL; 
    3736 
    3837    /** 
    39      * Default cache lifetime.  
     38     * Default cache lifetime. 
    4039     */ 
    4140    const LIFETIME = MAX_LIFETIME; 
     
    4847    /** 
    4948     * Create Cache_Lite object and set it to static variable. 
    50      *  
     49     * 
    5150     * @return void 
    5251     */ 
     
    6968    { 
    7069        is_null(SC_Cache_Ex::$_instance) and SC_Cache_Ex::forge(); 
     70 
    7171        return SC_Cache_Ex::$_instance; 
    7272    } 
Note: See TracChangeset for help on using the changeset viewer.