source: code/Website/php-ofc-library/ofc_area_hollow.php

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