Automattic\WooCommerce\Vendor\League\Container\Definition

DefinitionInterface::setConcrete()publicWC 1.0

Set the concrete of the definition.

Method of the class: DefinitionInterface{}

No Hooks.

Return

DefinitionInterface.

Usage

$DefinitionInterface = new DefinitionInterface();
$DefinitionInterface->setConcrete( $concrete ) : DefinitionInterface;
$concrete(mixed) (required)
-

DefinitionInterface::setConcrete() code WC 8.7.0

public function setConcrete($concrete) : DefinitionInterface;