Skip to content

Commit 2c12741

Browse files
authored
Merge pull request #6 from ray-di/files_param
Add FilesParam annotation
2 parents 76c2091 + bf15810 commit 2c12741

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Annotation/FilesParam.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
/**
3+
* This file is part of the Ray.WebContextParam.
4+
*
5+
* @license http://opensource.org/licenses/bsd-license.php MIT
6+
*/
7+
namespace Ray\WebContextParam\Annotation;
8+
9+
/**
10+
* @Annotation
11+
* @Target("METHOD")
12+
*/
13+
final class FilesParam extends AbstractWebContextParam
14+
{
15+
const GLOBAL_KEY = '_FILES';
16+
}

0 commit comments

Comments
 (0)