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