Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
PrimitiveValue::__construct
Method of the class: PrimitiveValue{}
No Hooks.
Returns
null. Nothing (null).
Usage
$PrimitiveValue = new PrimitiveValue(); $PrimitiveValue->__construct( $iLineNo );
- $iLineNo(int)
- .
PrimitiveValue::__construct() PrimitiveValue:: construct code WC 10.5.0
public function __construct($iLineNo = 0)
{
parent::__construct($iLineNo);
}