1 | <?php |
||
10 | class JasperReport implements RemoteJavaObjectProxyInterface |
||
11 | { |
||
12 | /** |
||
13 | * @var BridgeAdapter |
||
14 | */ |
||
15 | protected $ba; |
||
16 | |||
17 | /** |
||
18 | * @var \Soluble\Japha\Interfaces\JavaObject |
||
19 | */ |
||
20 | protected $jasperReport; |
||
21 | |||
22 | public function __construct(BridgeAdapter $bridgeAdapter) |
||
27 | |||
28 | public function getJavaProxiedObject(): JavaObject |
||
32 | } |
||
33 |