Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
PrimitiveValue{}└─ Value
No Hooks.
Usage
$PrimitiveValue = new PrimitiveValue(); // use class methods
Methods
- public __construct($iLineNo = 0)
PrimitiveValue{} PrimitiveValue{} code WC 10.7.0
abstract class PrimitiveValue extends Value
{
/**
* @param int $iLineNo
*/
public function __construct($iLineNo = 0)
{
parent::__construct($iLineNo);
}
}