Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
URL::render
Метод класса: URL{}
Хуков нет.
Возвращает
string.
Использование
$URL = new URL(); $URL->render( $oOutputFormat );
- $oOutputFormat(OutputFormat|null) (обязательный)
- .
Код URL::render() URL::render WC 11.1.1
public function render($oOutputFormat)
{
return "url({$this->oURL->render($oOutputFormat)})";
}