Files
crm.e5.pl/include/ECM/open_flash_chart2/php-ofc-library/ofc_line_hollow.php
2024-04-27 09:23:34 +02:00

9 lines
120 B
PHP

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