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