Automattic\WooCommerce\Vendor\League\Container\Definition

DefinitionAggregate::resolve()publicWC 1.0

{@inheritdoc}

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

Хуков нет.

Возвращает

null. Ничего (null).

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

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

Код DefinitionAggregate::resolve() WC 8.7.0

public function resolve(string $id, bool $new = false)
{
    return $this->getDefinition($id)->resolve($new);
}