Automattic\WooCommerce\Vendor\League\Container\Argument
RawArgument::__construct
Construct.
Method of the class: RawArgument{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$RawArgument = new RawArgument(); $RawArgument->__construct( $value );
- $value(mixed) (required)
- .
RawArgument::__construct() RawArgument:: construct code WC 9.9.5
public function __construct($value) { $this->value = $value; }