Automattic\WooCommerce\Vendor\League\Container\Definition
DefinitionAggregateInterface::resolveTagged() public WC 1.0
Resolve and build an array of concrete values from a tag.
{} It's a method of the class: DefinitionAggregateInterface{}
No Hooks.
Return
Mixed.
Usage
$DefinitionAggregateInterface = new DefinitionAggregateInterface(); $DefinitionAggregateInterface->resolveTagged( $tag, $new );
- $tag(string) (required)
- -
- $new(true/false)
- -
Code of DefinitionAggregateInterface::resolveTagged() DefinitionAggregateInterface::resolveTagged WC 5.0.0
public function resolveTagged(string $tag, bool $new = false);