Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

LineName::__constructpublicWC 1.0

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() code WC 10.8.1

public function __construct(array $aComponents = [], $iLineNo = 0)
{
    parent::__construct($aComponents, ' ', $iLineNo);
}