source:
code/Website/php-ofc-library/ofc_area_line.php@
7849
| Last change on this file since 7849 was 7849, checked in by , 16 years ago | |
|---|---|
| File size: 140 bytes | |
| Rev | Line | |
|---|---|---|
| [7849] | 1 | <?php |
| 2 | ||
| 3 | class area_line extends area_base | |
| 4 | { | |
| 5 | function area_line() | |
| 6 | { | |
| 7 | $this->type = "area_line"; | |
| 8 | parent::area_base(); | |
| 9 | } | |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
