4 lines
85 B
PHP
4 lines
85 B
PHP
<?php
|
|
interface ReportBuilderInterface{
|
|
public function getData($report,$request);
|
|
} |