Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class ExtensionPreStateChangeEvent extends ExtensionEntityEvent |
||
23 | { |
||
24 | /** |
||
25 | * The intended new state for the extension. |
||
26 | * @var int |
||
27 | */ |
||
28 | private $newState; |
||
29 | |||
30 | public function __construct(ExtensionEntity $extensionEntity, int $newState) |
||
34 | } |
||
35 | |||
36 | public function getNewState(): int |
||
41 |