Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class ManagerEventArgs extends EventArgs |
||
14 | { |
||
15 | /** @var ObjectManager */ |
||
16 | private $objectManager; |
||
17 | |||
18 | public function __construct(ObjectManager $objectManager) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Retrieves the associated ObjectManager. |
||
25 | * |
||
26 | * @return ObjectManager |
||
27 | */ |
||
28 | public function getObjectManager() |
||
33 |