Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

Value::__constructpublicWC 1.0

Method of the class: Value{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Value::__construct() code WC 10.7.0

public function __construct($iLineNo = 0)
{
    $this->setPosition($iLineNo);
}