Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

Anchor::__constructpublicWC 1.0

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

Хуков нет.

Возвращает

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

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

$Anchor = new Anchor();
$Anchor->__construct( $iPosition, $oParserState );
$iPosition(int) (обязательный)
.
$oParserState(Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing\ParserState) (обязательный)
.

Код Anchor::__construct() WC 10.4.3

public function __construct($iPosition, ParserState $oParserState)
{
    $this->iPosition = $iPosition;
    $this->oParserState = $oParserState;
}