ofc_line.php 99 B

123456789
  1. <?php
  2. class line extends line_base
  3. {
  4. function line()
  5. {
  6. $this->type = "line";
  7. }
  8. }