Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

PrimitiveValue::__constructpublicWC 1.0

Method of the class: PrimitiveValue{}

No Hooks.

Returns

null. Nothing (null).

Usage

$PrimitiveValue = new PrimitiveValue();
$PrimitiveValue->__construct( $iLineNo );
$iLineNo(int)
.

PrimitiveValue::__construct() code WC 10.5.0

public function __construct($iLineNo = 0)
{
    parent::__construct($iLineNo);
}