Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

Document::__constructpublicWC 1.0

Method of the class: Document{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Document::__construct() code WC 10.8.1

public function __construct($iLineNo = 0)
{
    parent::__construct($iLineNo);
}