source: code/Website/php-ofc-library/ofc_line_hollow.php@ 7855

Last change on this file since 7855 was 7849, checked in by dennisw, 15 years ago
File size: 120 bytes
Line 
1<?php
2
3class line_hollow extends line_base
4{
5 function line_hollow()
6 {
7 $this->type = "line_hollow";
8 }
9}
Note: See TracBrowser for help on using the repository browser.