| 1 | <?php |
||
| 11 | class JasperCompileManager implements RemoteJavaObjectProxyInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var BridgeAdapter |
||
| 15 | */ |
||
| 16 | protected $ba; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var \Soluble\Japha\Interfaces\JavaClass |
||
| 20 | */ |
||
| 21 | protected $compileManager; |
||
| 22 | |||
| 23 | 1 | public function __construct(BridgeAdapter $bridgeAdapter) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @param string $reportFile |
||
| 31 | * |
||
| 32 | * @return JavaObject Java('net.sf.jasperreports.engine.JasperReport') |
||
| 33 | */ |
||
| 34 | 1 | public function compileReport(string $reportFile): JavaObject |
|
| 40 | |||
| 41 | public function getJavaProxiedObject(): JavaObject |
||
| 45 | } |
||
| 46 |