Skip to content

Commit 76c2091

Browse files
committed
add AbstractWebContextParam::GLOBAL_KEY
1 parent f556fba commit 76c2091

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Annotation/AbstractWebContextParam.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
abstract class AbstractWebContextParam
1010
{
11+
/**
12+
* Key of Super global value
13+
*/
14+
const GLOBAL_KEY = '';
15+
1116
/**
1217
* Key of query parameter
1318
*

0 commit comments

Comments
 (0)