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_Bar.php

    r21441 r21490  
    2222 */ 
    2323 
    24 $ownDir = realpath(dirname(__FILE__)) . '/'; 
    25 require_once $ownDir . 'SC_GraphLine.php'; 
    26  
    2724// 棒グラフ生成クラス 
    28 class SC_GraphBar extends SC_GraphLine{ 
     25class SC_Graph_Bar extends SC_Graph_Line{ 
    2926    // コンストラクタ 
    30     function SC_GraphLine( 
     27    function SC_Graph_Line( 
    3128        $bgw = BG_WIDTH, $bgh = BG_HEIGHT, $left = LINE_LEFT, $top = LINE_TOP, 
    3229        $area_width = LINE_AREA_WIDTH, $area_height = LINE_AREA_HEIGHT) { 
    33         parent::SC_GraphLine($bgw, $bgh, $left, $top, $area_width, $area_height); 
     30        parent::SC_Graph_Line($bgw, $bgh, $left, $top, $area_width, $area_height); 
    3431    } 
    3532 
Note: See TracChangeset for help on using the changeset viewer.