Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Charset::__constructpublicWC 1.0

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() code WC 10.5.0

public function __construct(CSSString $oCharset, $iLineNo = 0)
{
    $this->oCharset = $oCharset;
    $this->setPosition($iLineNo);
    $this->aComments = [];
}