source: code/Website/php-ofc-library/ofc_area_line.php@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 140 bytes
Line 
1<?php
2
3class 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.