init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class line_style
|
||||
{
|
||||
function line_style($on, $off)
|
||||
{
|
||||
$this->style = "dash";
|
||||
$this->on = $on;
|
||||
$this->off = $off;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user