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

9 lines
120 B
PHP

<?php
class line_hollow extends line_base
{
function line_hollow()
{
$this->type = "line_hollow";
}
}