westdc-zf1/application/module/Westdc/Visual/RecordInterface.php

8 lines
123 B
PHP
Raw Normal View History

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-21 09:57:28 +00:00
public function getData();
2014-05-12 06:53:21 +00:00
}