Files
wy/ZeedFramework/library/3rd/OFC/php-ofc-library/ofc_line_style.php

11 lines
142 B
PHP
Raw Normal View History

2026-01-07 11:40:41 +08:00
<?php
class line_style
{
function line_style($on, $off)
{
$this->style = "dash";
$this->on = $on;
$this->off = $off;
}
}