Page MenuHomeWickedGov Phorge

EnumStub.php
No OneTemporary

Size
596 B
Referenced Files
None
Subscribers
None

EnumStub.php

<?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

Mime Type
text/x-php
Expires
Sat, May 16, 17:48 (9 h, 29 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
73/97/7ec019572f900a68db5530bdfc83
Default Alt Text
EnumStub.php (596 B)

Event Timeline