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