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