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