1 | <?php |
||
13 | final class PostCollectionLoadEventArgs extends ManagerEventArgs |
||
14 | { |
||
15 | /** @var PersistentCollectionInterface */ |
||
16 | private $collection; |
||
17 | |||
18 | 178 | public function __construct(PersistentCollectionInterface $collection, DocumentManager $dm) |
|
23 | |||
24 | /** |
||
25 | * Gets collection that was just initialized (loaded). |
||
26 | */ |
||
27 | 1 | public function getCollection() : PersistentCollectionInterface |
|
31 | } |
||
32 |