Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

URL::setURLpublicWC 1.0

Method of the class: URL{}

No Hooks.

Returns

null. Nothing (null).

Usage

$URL = new URL();
$URL->setURL( $oURL );
$oURL(CSSString) (required)
.

URL::setURL() code WC 10.4.3

public function setURL(CSSString $oURL)
{
    $this->oURL = $oURL;
}