Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing
Anchor::__construct
Метод класса: Anchor{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Anchor = new Anchor(); $Anchor->__construct( $iPosition, $oParserState );
- $iPosition(int) (обязательный)
- .
- $oParserState(Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing\ParserState) (обязательный)
- .
Код Anchor::__construct() Anchor:: construct WC 10.4.3
public function __construct($iPosition, ParserState $oParserState)
{
$this->iPosition = $iPosition;
$this->oParserState = $oParserState;
}