Automattic\WooCommerce\Vendor\League\Container\Definition

DefinitionAggregateInterface::has()publicWC 1.0

Checks whether alias exists as definition.

Method of the class: DefinitionAggregateInterface{}

No Hooks.

Return

true|false.

Usage

$DefinitionAggregateInterface = new DefinitionAggregateInterface();
$DefinitionAggregateInterface->has( $id ) : bool;
$id(string) (required)
-

DefinitionAggregateInterface::has() code WC 8.7.0

public function has(string $id) : bool;