Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser
Reader::__construct
Method of the class: Reader{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Reader = new Reader(); $Reader->__construct( $source );
- $source(string) (required)
- .
Reader::__construct() Reader:: construct code WC 10.7.0
public function __construct(string $source)
{
$this->source = $source;
$this->length = \strlen($source);
}