Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

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

    r22567 r22796  
    2929 * @version $Id$ 
    3030 */ 
    31 class SC_ClassAutoloader  
    32 { 
     31class SC_ClassAutoloader { 
    3332    /** 
    3433     * クラスのオートローディング本体 
     
    3736     * @return void 
    3837     */ 
    39     public static function autoload($class) 
    40     { 
     38    public static function autoload($class) { 
    4139        $arrClassNamePart = explode('_', $class); 
    4240        $is_ex = end($arrClassNamePart) === 'Ex'; 
Note: See TracChangeset for help on using the changeset viewer.