Automattic\WooCommerce\Vendor\League\Container\Argument

RawArgument::__constructpublicWC 1.0

Construct.

Method of the class: RawArgument{}

No Hooks.

Returns

null. Nothing (null).

Usage

$RawArgument = new RawArgument();
$RawArgument->__construct( $value );
$value(mixed) (required)
.

RawArgument::__construct() code WC 9.9.5

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