File: phpbb/request/deactivated_super_global.php
Unmodified
Added
Modified
Removed
Line 25 | Line 25 |
---|
private $name;
/**
|
private $name;
/**
|
* @var \phpbb\request\request_interface::POST|GET|REQUEST|COOKIE Super global constant.
| * @var string (\phpbb\request\request_interface::POST|GET|REQUEST|COOKIE) Super global constant.
|
*/ private $super_global;
| */ private $super_global;
|
Line 39 | Line 39 |
---|
* * @param \phpbb\request\request_interface $request A request class instance holding the real super global data. * @param string $name Name of the super global this is a replacement for - e.g. '_GET'.
|
* * @param \phpbb\request\request_interface $request A request class instance holding the real super global data. * @param string $name Name of the super global this is a replacement for - e.g. '_GET'.
|
* @param \phpbb\request\request_interface::POST|GET|REQUEST|COOKIE $super_global The variable's super global constant.
| * @param string $super_global The variable's super global constant (\phpbb\request\request_interface::POST|GET|REQUEST|COOKIE).
|
*/ public function __construct(\phpbb\request\request_interface $request, $name, $super_global) {
| */ public function __construct(\phpbb\request\request_interface $request, $name, $super_global) {
|