source:
code/Website/php-ofc-library/ofc_area_line.php
| Last change on this file was 7849, checked in by , 16 years ago | |
|---|---|
| File size: 140 bytes | |
| Line | |
|---|---|
| 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.
