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