Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

LineName::renderpublicWC 1.0

Method of the class: LineName{}

No Hooks.

Returns

String.

Usage

$LineName = new LineName();
$LineName->render( $oOutputFormat );
$oOutputFormat(OutputFormat|null) (required)
.

LineName::render() code WC 10.4.3

public function render($oOutputFormat)
{
    return '[' . parent::render(OutputFormat::createCompact()) . ']';
}