Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
LineName::render
Method of the class: LineName{}
No Hooks.
Returns
String.
Usage
$LineName = new LineName(); $LineName->render( $oOutputFormat );
- $oOutputFormat(OutputFormat|null) (required)
- .
LineName::render() LineName::render code WC 10.4.3
public function render($oOutputFormat)
{
return '[' . parent::render(OutputFormat::createCompact()) . ']';
}