Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
URL::setURL
Method of the class: URL{}
No Hooks.
Returns
null. Nothing (null).
Usage
$URL = new URL(); $URL->setURL( $oURL );
- $oURL(CSSString) (required)
- .
URL::setURL() URL::setURL code WC 10.4.3
public function setURL(CSSString $oURL)
{
$this->oURL = $oURL;
}