Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
LineName::__construct
Метод класса: LineName{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$LineName = new LineName(); $LineName->__construct( $aComponents, $iLineNo );
- $aComponents(массив)
- .
По умолчанию: [] - $iLineNo(int)
- .
Код LineName::__construct() LineName:: construct WC 10.4.3
public function __construct(array $aComponents = [], $iLineNo = 0)
{
parent::__construct($aComponents, ' ', $iLineNo);
}