Files
iTop/pages/php-ofc-library/ofc_area_hollow.php
2009-04-28 09:03:12 +00:00

11 lines
146 B
PHP

<?php
class area_hollow extends area_base
{
function area_hollow()
{
$this->type = "area_hollow";
parent::area_base();
}
}