Add php files
This commit is contained in:
9
include/ECM/open_flash_chart2/php-ofc-library/ofc_line_hollow.php
Executable file
9
include/ECM/open_flash_chart2/php-ofc-library/ofc_line_hollow.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class line_hollow extends line_base
|
||||
{
|
||||
function line_hollow()
|
||||
{
|
||||
$this->type = "line_hollow";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user