1 | <?php |
||
13 | class HasFinishedProviding extends Event |
||
14 | { |
||
15 | /** |
||
16 | * @var RegistryEntry |
||
17 | */ |
||
18 | private $entry; |
||
19 | |||
20 | /** |
||
21 | * @param RegistryEntry $entry |
||
22 | */ |
||
23 | 4 | public function __construct(RegistryEntry $entry) |
|
27 | |||
28 | /** |
||
29 | * Get entry |
||
30 | * |
||
31 | * @return RegistryEntry |
||
32 | */ |
||
33 | 1 | public function getEntry() |
|
37 | } |
||
38 |