Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2752793
SensitiveParameterValue.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
916 B
Referenced Files
None
Subscribers
None
SensitiveParameterValue.php
View Options
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace
Symfony\Polyfill\Php82
;
/**
* @author Tim Düsterhus <duesterhus@woltlab.com>
*
* @internal
*/
class
SensitiveParameterValue
{
private
$value
;
public
function
__construct
(
$value
)
{
$this
->
value
=
$value
;
}
public
function
getValue
()
{
return
$this
->
value
;
}
public
function
__debugInfo
():
array
{
return
[];
}
public
function
__sleep
():
array
{
throw
new
\Exception
(
"Serialization of 'SensitiveParameterValue' is not allowed"
);
}
public
function
__wakeup
():
void
{
throw
new
\Exception
(
"Unserialization of 'SensitiveParameterValue' is not allowed"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 20:23 (1 d, 19 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cc/d3/769a75c8720a9f38c5a030ad4ef3
Default Alt Text
SensitiveParameterValue.php (916 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment