Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
CSSBlockList::__construct
Method of the class: CSSBlockList{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CSSBlockList = new CSSBlockList(); $CSSBlockList->__construct( $iLineNo );
- $iLineNo(int)
- .
CSSBlockList::__construct() CSSBlockList:: construct code WC 10.5.0
public function __construct($iLineNo = 0)
{
parent::__construct($iLineNo);
}