1 | <?php |
||
10 | class ReportRunnerJapha |
||
11 | { |
||
12 | /** |
||
13 | * @var BridgeAdapter |
||
14 | */ |
||
15 | protected $ba; |
||
16 | |||
17 | public function __construct(BridgeAdapter $bridgeAdapter) |
||
21 | |||
22 | /** |
||
23 | * @param Report $report |
||
24 | * |
||
25 | * @return JavaObject Java('net.sf.jasperreports.engine.JasperReport') |
||
26 | */ |
||
27 | public function compileReport(Report $report): JavaObject |
||
35 | |||
36 | public function export() |
||
39 | } |
||
40 |