Ignore:
Timestamp:
2012/02/12 11:28:48 (14 years ago)
Author:
Seasoft
Message:

#1637 (クラスのオートローディング)

File:
1 moved

Legend:

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

    r21480 r21490  
    125125 
    126126/** 
    127  * SC_Graph共通クラス. 
     127 * SC_Graph 共通クラス. 
    128128 * 
    129129 * @package Graph 
     
    131131 * @version $Id$ 
    132132 */ 
    133 class SC_GraphBase { 
     133class SC_Graph_Base { 
    134134 
    135135    // {{{ properties 
     
    182182 
    183183    // コンストラクタ 
    184     function SC_GraphBase($bgw, $bgh, $left, $top) { 
     184    function SC_Graph_Base($bgw, $bgh, $left, $top) { 
    185185        $this->init(); 
    186186        // 画像作成 
Note: See TracChangeset for help on using the changeset viewer.