Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormatter::__constructpublicWC 1.0

Method of the class: OutputFormatter{}

No Hooks.

Returns

null. Nothing (null).

Usage

$OutputFormatter = new OutputFormatter();
$OutputFormatter->__construct( $oFormat );
$oFormat(OutputFormat) (required)
.

OutputFormatter::__construct() code WC 10.8.1

public function __construct(OutputFormat $oFormat)
{
    $this->oFormat = $oFormat;
}