1 | <?php |
||
12 | final class PreLoadEventArgs extends LifecycleEventArgs |
||
13 | { |
||
14 | /** @var array */ |
||
15 | private $data; |
||
16 | |||
17 | 18 | public function __construct(object $document, DocumentManager $dm, array &$data) |
|
22 | |||
23 | /** |
||
24 | * Get the array of data to be loaded and hydrated. |
||
25 | */ |
||
26 | 2 | public function &getData() : array |
|
30 | } |
||
31 |