Files
crm.twinpol.com/include/ECM/open_flash_chart2/php-ofc-library/ofc_line_style.php
2025-05-12 15:44:39 +00:00

11 lines
132 B
PHP
Executable File

<?php
class line_style
{
function line_style($on, $off)
{
$this->style = "dash";
$this->on = $on;
$this->off = $off;
}
}