Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

CSSBlockList::__constructpublicWC 1.0

Method of the class: CSSBlockList{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

CSSBlockList::__construct() code WC 10.5.0

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