Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
LineName::__construct
Method of the class: LineName{}
No Hooks.
Returns
null. Nothing (null).
Usage
$LineName = new LineName(); $LineName->__construct( $aComponents, $iLineNo );
- $aComponents(array)
- .
Default:[] - $iLineNo(int)
- .
LineName::__construct() LineName:: construct code WC 10.8.1
public function __construct(array $aComponents = [], $iLineNo = 0)
{
parent::__construct($aComponents, ' ', $iLineNo);
}