WooCommerce Code Reference

EnumValueDefinition
in package

Tags
phpstan-type

EnumValueConfig array{ name: string, value?: mixed, deprecationReason?: string|null, description?: string|null, astNode?: EnumValueDefinitionNode|null }

Table of Contents

$astNode  : EnumValueDefinitionNode|null
$config  : array<string|int, mixed>
$deprecationReason  : string|null
$description  : string|null
$name  : string
$value  : mixed
__construct()  : mixed
isDeprecated()  : bool

Properties

Methods