Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser

Reader::__constructpublicWC 1.0

Method of the class: Reader{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Reader = new Reader();
$Reader->__construct( $source );
$source(string) (required)
.

Reader::__construct() code WC 10.7.0

public function __construct(string $source)
{
    $this->source = $source;
    $this->length = \strlen($source);
}