We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ca25c commit ab2d60eCopy full SHA for ab2d60e
src/EPrint/Enum/EType.php
@@ -17,7 +17,11 @@ final class EType implements EnumInterface
17
public const EPRINT_ATTACHMENT = 'EPRINTATTACHMENT'; // Récapitulatif d’envoi
18
public const MASTER = 'MASTER';
19
public const COLLECTION_REQUEST = 'COLLECTIONREQUEST';
20
- public const BIC3 = 'BIC3';
+
21
+ // new GeoLabel constants
22
+ public const BIC3 = 'BIC3';
23
+ public const PROOFBIC3 = 'PROOFBIC3'; // Preuve de dépôt
24
+ public const REVERSEBIC3 = 'REVERSEBIC3'; // Preuve de dépôt
25
26
27
/**
@@ -33,6 +37,8 @@ public static function getValues(): array
33
37
EType::MASTER,
34
38
EType::COLLECTION_REQUEST,
35
39
EType::BIC3,
40
+ EType::PROOFBIC3,
41
+ EType::REVERSEBIC3,
36
42
];
43
}
44
0 commit comments