WooCommerce Code Reference

InputObjectCircularRefs
in package

Table of Contents

$fieldPath  : array<string|int, mixed>
$fieldPathIndexByTypeName  : array<string|int, mixed>
Position in the type path.
$schemaValidationContext  : SchemaValidationContext
$visitedTypes  : array<string|int, mixed>
Tracks already visited types to maintain O(N) and to ensure that cycles are not redundantly reported.
__construct()  : mixed
validate()  : void
This does a straight-forward DFS to find cycles.

Properties

Methods