Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property
Charset::__construct
Method of the class: Charset{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Charset = new Charset(); $Charset->__construct( $oCharset, $iLineNo );
- $oCharset(CSSString) (required)
- .
- $iLineNo(int)
- .
Charset::__construct() Charset:: construct code WC 10.5.0
public function __construct(CSSString $oCharset, $iLineNo = 0)
{
$this->oCharset = $oCharset;
$this->setPosition($iLineNo);
$this->aComments = [];
}