Automattic\WooCommerce\Vendor\GraphQL\Utils

TypeInfo::getEnumValuepublicWC 1.0

Method of the class: TypeInfo{}

No Hooks.

Returns

Mixed.

Usage

$TypeInfo = new TypeInfo();
$TypeInfo->getEnumValue();

TypeInfo::getEnumValue() code WC 10.9.1

public function getEnumValue()
{
    return $this->enumValue;
}