Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

LineName::__constructpublicWC 1.0

Метод класса: LineName{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$LineName = new LineName();
$LineName->__construct( $aComponents, $iLineNo );
$aComponents(массив)
.
По умолчанию: []
$iLineNo(int)
.

Код LineName::__construct() WC 10.4.3

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