Automattic\WooCommerce\Vendor\League\Container\Definition
Definition::setConcrete() public WC 1.0
{@inheritdoc}
{} It's a method of the class: Definition{}
No Hooks.
Return
Null. Nothing.
Usage
$Definition = new Definition(); $Definition->setConcrete( $concrete ) : DefinitionInterface;
- $concrete (required)
- -
Code of Definition::setConcrete() Definition::setConcrete WC 5.0.0
public function setConcrete($concrete) : DefinitionInterface
{
$this->concrete = $concrete;
$this->resolved = null;
return $this;
}