Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Julio Fabricio Jaramillo
sirep
0db7383e05cc9142d1535ac9b060d9b2a9805a10
0db7383e05cc9142d1535ac9b060d9b2a9805a10
Switch branch/tag
sirep
protected
modules
yiiopenflashchart
vendor
ofc_line.php
Find file
Normal view
History
Permalink
ofc_line.php
91 Bytes
Edit
Web IDE
Newer
Older
Initial commit
Cepeda Vacacela Carlos Roberto
committed
6 years ago
1
2
3
4
5
6
7
8
9
<?php
class
line
extends
line_base
{
function
line
()
{
$this
->
type
=
"line"
;
}
}