Files
icehrm/ext/admin/reports/reportClasses/ReportBuilderInterface.php
T

4 lines
85 B
PHP

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