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
48909a63605370a065e23a7d3e281d1132edafa3
48909a63605370a065e23a7d3e281d1132edafa3
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"
;
}
}