- Timestamp:
- 2012/02/12 11:28:48 (14 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/graph/SC_Graph_Base.php
r21480 r21490 125 125 126 126 /** 127 * SC_Graph 共通クラス.127 * SC_Graph 共通クラス. 128 128 * 129 129 * @package Graph … … 131 131 * @version $Id$ 132 132 */ 133 class SC_Graph Base {133 class SC_Graph_Base { 134 134 135 135 // {{{ properties … … 182 182 183 183 // コンストラクタ 184 function SC_Graph Base($bgw, $bgh, $left, $top) {184 function SC_Graph_Base($bgw, $bgh, $left, $top) { 185 185 $this->init(); 186 186 // 画像作成
Note: See TracChangeset
for help on using the changeset viewer.
