source: code/Website/php-ofc-library/ofc_line_style.php

Last change on this file was 7849, checked in by dennisw, 15 years ago
File size: 142 bytes
Line 
1<?php
2
3class line_style
4{
5 function line_style($on, $off)
6 {
7 $this->style = "dash";
8 $this->on = $on;
9 $this->off = $off;
10 }
11}
Note: See TracBrowser for help on using the repository browser.