This website requires JavaScript.
Explore
Help
Sign In
bob
/
westdc-zf1
Watch
1
Star
0
Fork
You've already forked westdc-zf1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c0703ccfa3
westdc-zf1
/
application
/
module
/
Westdc
/
Visual
/
RecordInterface.php
7 lines
94 B
PHP
Raw
Normal View
History
Unescape
Escape
添加在线数据可视化框架
2014-05-12 06:53:21 +00:00
<
?
php
namespace
Westdc\Visual
;
interface
RecordInterface
{
添加数据可视化相关模块
2014-05-21 09:26:15 +00:00
public
function
outPut
();
添加在线数据可视化框架
2014-05-12 06:53:21 +00:00
}