Automattic\WooCommerce\Vendor\League\Container\Argument

RawArgument::__construct()publicWC 1.0

Construct.

Method of the class: RawArgument{}

No Hooks.

Return

null. Nothing (null).

Usage

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

RawArgument::__construct() code WC 8.7.0

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