Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429599
EnumStub.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
596 B
Referenced Files
None
Subscribers
None
EnumStub.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\Component\VarDumper\Caster
;
use
Symfony\Component\VarDumper\Cloner\Stub
;
/**
* Represents an enumeration of values.
*
* @author Nicolas Grekas <p@tchwork.com>
*/
class
EnumStub
extends
Stub
{
public
function
__construct
(
array
$values
,
public
bool
$dumpKeys
=
true
,
)
{
$this
->
value
=
$values
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:48 (9 h, 36 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
73/97/7ec019572f900a68db5530bdfc83
Default Alt Text
EnumStub.php (596 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment