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