mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-10 03:24:12 +01:00
9 lines
99 B
PHP
9 lines
99 B
PHP
<?php
|
|
|
|
class line extends line_base
|
|
{
|
|
function line()
|
|
{
|
|
$this->type = "line";
|
|
}
|
|
} |