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

8 lines
123 B
PHP

<?php
namespace Westdc\Visual;
interface RecordInterface
{
public function outPut();
public function getData();
}