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