Skip to content

Commit

Permalink
add AbstractWebContextParam::GLOBAL_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Mar 1, 2018
1 parent f556fba commit 76c2091
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Annotation/AbstractWebContextParam.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

abstract class AbstractWebContextParam
{
/**
* Key of Super global value
*/
const GLOBAL_KEY = '';

/**
* Key of query parameter
*
Expand Down

0 comments on commit 76c2091

Please sign in to comment.