Files
icehrm/ext/admin/reports/reportClasses/ReportBuilderInterface.php
2015-10-10 20:18:50 +05:30

4 lines
85 B
PHP

<?php
interface ReportBuilderInterface{
public function getData($report,$request);
}