Files
wy/ZeedFramework/library/3rd/OFC/php-ofc-library/ofc_area_hollow.php
2026-01-07 11:40:41 +08:00

11 lines
146 B
PHP

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