1 | <?php |
||
13 | class PackageDeployEvent extends Event |
||
14 | { |
||
15 | /** |
||
16 | * @var Entry |
||
17 | */ |
||
18 | protected $deployEntry; |
||
19 | |||
20 | /** |
||
21 | * @param string $name |
||
22 | * @param Entry $deployEntry |
||
23 | */ |
||
24 | 8 | public function __construct($name, Entry $deployEntry) |
|
29 | |||
30 | /** |
||
31 | * @return Entry |
||
32 | */ |
||
33 | 2 | public function getDeployEntry() |
|
37 | } |
||
38 |