- Timestamp:
- 2012/04/18 17:10:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/graph/SC_Graph_Line.php
r21514 r21767 40 40 41 41 // コンストラクタ 42 function SC_Graph_Line(42 function __construct( 43 43 $bgw = BG_WIDTH, $bgh = BG_HEIGHT, $left = LINE_LEFT, $top = LINE_TOP, 44 44 $area_width = LINE_AREA_WIDTH, $area_height = LINE_AREA_HEIGHT) { 45 parent:: SC_Graph_Base($bgw, $bgh, $left, $top);45 parent::__construct($bgw, $bgh, $left, $top); 46 46 $this->area_width = $area_width; 47 47 $this->area_height = $area_height;
Note: See TracChangeset
for help on using the changeset viewer.
