Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

Document::__constructpublicWC 1.0

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

Хуков нет.

Возвращает

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

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

$Document = new Document();
$Document->__construct( $iLineNo );
$iLineNo(int)
.

Код Document::__construct() WC 11.0.1

public function __construct($iLineNo = 0)
{
    parent::__construct($iLineNo);
}