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