This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
SKZH
/
ITSSTOOLS
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
6f60b59d05
Gałęzie
Tagi
master
ITSSTOOLS
/
pages
/
php-ofc-library
/
ofc_line.php
ofc_line.php
99 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
<?php
class line extends line_base
{
function line()
{
$this->type = "line";
}
}