Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
Document::__construct
Метод класса: Document{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Document = new Document(); $Document->__construct( $iLineNo );
- $iLineNo(int)
- .
Код Document::__construct() Document:: construct WC 11.0.1
public function __construct($iLineNo = 0)
{
parent::__construct($iLineNo);
}