Automattic\WooCommerce\Vendor\League\Container\Definition
DefinitionAggregateInterface::resolveTagged()
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() DefinitionAggregateInterface::resolveTagged code WC 9.6.1
public function resolveTagged(string $tag, bool $new = false);