Automattic\WooCommerce\Vendor\League\Container\Definition

DefinitionAggregateInterface::resolveTagged()publicWC 1.0

Resolve and build an array of concrete values from a tag.

Method of the class: DefinitionAggregateInterface{}

No Hooks.

Return

Mixed.

Usage

$DefinitionAggregateInterface = new DefinitionAggregateInterface();
$DefinitionAggregateInterface->resolveTagged( $tag, $new );
$tag(string) (required)
-
$new(true|false)
-
Default: false

DefinitionAggregateInterface::resolveTagged() code WC 8.6.1

public function resolveTagged(string $tag, bool $new = false);