Automattic\WooCommerce\Vendor\League\Container\Argument

ClassName::__construct()publicWC 1.0

Construct.

Method of the class: ClassName{}

No Hooks.

Return

null. Nothing (null).

Usage

$ClassName = new ClassName();
$ClassName->__construct( $value );
$value(string) (required)
-

ClassName::__construct() code WC 8.7.0

public function __construct(string $value)
{
    $this->value = $value;
}