Automattic\WooCommerce\Vendor\League\Container\Definition

DefinitionAggregateInterface::resolveTagged()publicWC 1.0

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

Метод класса: DefinitionAggregateInterface{}

Хуков нет.

Возвращает

Разное.

Использование

$DefinitionAggregateInterface = new DefinitionAggregateInterface();
$DefinitionAggregateInterface->resolveTagged( $tag, $new );
$tag(строка) (обязательный)
-
$new(true|false)
-
По умолчанию: false

Код DefinitionAggregateInterface::resolveTagged() WC 8.7.0

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