source:
code/Website/php-ofc-library/ofc_line_style.php@
7849
| Last change on this file since 7849 was 7849, checked in by , 16 years ago | |
|---|---|
| File size: 142 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | class 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.
